Skip to content
Commit ba33162a authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 08a999ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment