u-boot/include/bedbug
Wolfgang Denk 5ae0dea3e8 Fix warning: "assert" redefined
Commit 21726a7 "Add assert() for debug assertions" caused build
warnings for many systems:

In file included from bedbug.c:6:
/home/wd/git/u-boot/work/include/bedbug/bedbug.h:24:1: warning: "assert" redefined
In file included from bedbug.c:3:
/home/wd/git/u-boot/work/include/common.h:144:1: warning: this is the location of the previous definition
In file included from cmd_bedbug.c:10:
/home/wd/git/u-boot/work/include/bedbug/bedbug.h:24:1: warning: "assert" redefined
In file included from cmd_bedbug.c:5:
/home/wd/git/u-boot/work/include/common.h:144:1: warning: this is the location of the previous definition

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
2011-09-10 01:10:19 +02:00
..
bedbug.h Fix warning: "assert" redefined 2011-09-10 01:10:19 +02:00
ppc.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
regs.h Initial revision 2002-03-08 21:31:05 +00:00
tables.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
type.h Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00