1
0
Fork 0

mfd: ab8500-debug: Add explicit dependencies

As I am working on SPARSE_IRQ a number of implicit resource
grabs in the kernel become evident. For example, some includes
like <linux/irqs.h> would implicitly include <mach/irqs.h>
and then from there <mach/db8500-regs.h>.

In many cases it is masking the fact that drivers do not
properly use resources to pass their dependencies, base
addresses etc. So write explicit #include statements with
TODO items to have this fixed the proper way to all drivers
doing this.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
hifive-unleashed-5.1
Linus Walleij 2012-11-22 18:50:06 +01:00 committed by Lee Jones
parent 9ee17676a5
commit eb1f95872a
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@
#include <linux/ctype.h>
#endif
/* TODO: this file should not reference IRQ_DB8500_AB8500! */
#include <mach/irqs.h>
static u32 debug_bank;
static u32 debug_address;