]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/base: 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, 11 Aug 2011 21:31:36 +0000 (17:31 -0400)
commit3eeb470fc7dda91c74a41d261a9ceef58e13ce73
treecc7d6cd0bd15d625ee117ac84394712f53e0208d
parent9e5165797599636dc4aed5da8a04b8cb5d67cbd4
drivers/base: base.h implicitly depends on <linux/notifier.h>

This file is currently relying on <linux/module.h> sneaking it in
through the implicit 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