1
linux/arch/avr32
Paul Gortmaker 187f1882b5 BUG: headers with BUG/BUG_ON etc. need linux/bug.h
If a header file is making use of BUG, BUG_ON, BUILD_BUG_ON, or any
other BUG variant in a static inline (i.e. not in a #define) then
that header really should be including <linux/bug.h> and not just
expecting it to be implicitly present.

We can make this change risk-free, since if the files using these
headers didn't have exposure to linux/bug.h already, they would have
been causing compile failures/warnings.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-03-04 17:54:34 -05:00
..
boards Cleanups on various subarchitectures 2012-01-09 14:21:03 -08:00
boot
configs rtc: fix build warnings in defconfigs 2011-06-15 20:04:02 -07:00
include/asm BUG: headers with BUG/BUG_ON etc. need linux/bug.h 2012-03-04 17:54:34 -05:00
kernel treewide: remove useless NORET_TYPE macro and uses 2012-01-12 20:13:03 -08:00
lib asm-generic: rename generic little-endian bitops functions 2011-03-23 19:46:11 -07:00
mach-at32ap macb: unify at91 and avr32 platform data 2011-11-22 15:21:16 +00:00
mm avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:30:59 -04:00
oprofile
Kconfig avr32: select generic atomic64_t support 2012-02-03 16:16:40 -08:00
Kconfig.debug
Makefile kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line 2010-08-03 14:09:45 +02:00