]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regulator: Fix implicit use of notifier.h by driver.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 20:24:35 +0000 (16:24 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 18:10:05 +0000 (14:10 -0400)
commit140ec9c082d7cc7216769f40ee2cd2a9efbf3308
tree397b9503daa1912dbab6151a98970b10197e7f9d
parent00484d24415daf864603566c566492fd47dca457
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 <paul.gortmaker@windriver.com>
include/linux/regulator/driver.h