]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers: base.h implicitly depends on <linux/notifier.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 22:08:35 +0000 (18:08 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 03:43:50 +0000 (23:43 -0400)
commit6641eb4166d593f0ae842ef8903d9e6ee3e3db93
treecc4eb200be72c2742570a2571140bdbdc35bf74a
parent439f20fdc44cc4f708a299cdea982f5d03fdfa3e
drivers: base.h implicitly depends on <linux/notifier.h>

This file is currently relying on <linux/module.h> sneaking it in
through the twisted include paths from device.h.  Once that
is cleaned up, this will happen:

In file included from drivers/base/init.c:12:
drivers/base/base.h:34: error: field â€˜bus_notifier’ has incomplete type
make[3]: *** [drivers/base/init.o] Error 1

Fix it up in advance, so the cleanup can continue.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/base/base.h