Wolfgang Denk 9312bba01a include/compiler.h: remove redundant declaration of errno
Commit 37566090 "compiler.h: unify system ifdef cruft here" added both
a "#include <errno.h>" and a "extern int errno;" to include/compiler.h
which is causing build warnings for some systems, for example for the
"netstar" board:

	In file included from /home/wd/git/u-boot/work/lib/crc32.c:15:
	include/compiler.h:28: warning: function declaration isn't a prototype

The declaration of "errno" should be redundant, as <errno.h> is
supposed to provide a correct declaration, so drop it.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Mike Frysinger <vapier@gentoo.org>
2010-06-20 02:21:58 +02:00
..
2010-04-13 09:13:04 +02:00
2010-04-13 09:13:04 +02:00
2010-01-27 21:23:14 +01:00
2010-05-07 00:22:49 +02:00
2009-10-27 20:58:25 +01:00
2010-05-28 10:56:04 -04:00
2010-01-21 22:26:00 +01:00
2010-03-21 22:44:42 +01:00
2010-04-21 23:42:38 +02:00
2009-11-13 16:56:18 -06:00
2010-03-12 23:06:04 +01:00
2010-04-24 22:56:41 +02:00
2010-05-06 00:16:46 +02:00
2010-01-31 22:34:34 -08:00
2010-05-27 20:59:48 +02:00
2010-05-28 10:56:04 -04:00