From: Paul Gortmaker Date: Thu, 26 May 2011 22:08:35 +0000 (-0400) Subject: drivers/base: base.h implicitly depends on X-Git-Tag: v3.2-rc1~22^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba33162a2c3c847c02e42b9193b250217fdbbd9d;p=pandora-kernel.git drivers/base: base.h implicitly depends on This file is currently relying on 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 --- Reading git-diff-tree failed