From: Paul Gortmaker Date: Sun, 17 Jul 2011 20:24:35 +0000 (-0400) Subject: regulator: Fix implicit use of notifier.h by driver.h X-Git-Tag: v3.2-rc1~22^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced55d4ef7d6988bd0608423cf1e2225777f45cc;p=pandora-kernel.git regulator: Fix implicit use of notifier.h by driver.h This was implicitly appearing by way of module.h -- but when we fix that, we'll get this: In file included from drivers/regulator/dummy.c:21: include/linux/regulator/driver.h:197: error: field 'notifier' has incomplete type make[3]: *** [drivers/regulator/dummy.o] Error 1 Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed