From: Linus Walleij Date: Thu, 22 Nov 2012 17:50:06 +0000 (+0100) Subject: mfd: ab8500-debug: Add explicit dependencies X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~85^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1f95872a053c5aed3e3d13234f8f68e3b2a55a;p=pandora-kernel.git 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 would implicitly include and then from there . 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 Signed-off-by: Lee Jones Reviewed-by: Philippe LANGLAIS Acked-by: Samuel Ortiz --- Reading git-diff-tree failed