]> 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>
Fri, 26 Aug 2011 15:52:09 +0000 (11:52 -0400)
commit797fcea6030cc128441a6042d567c2e77386dd02
tree26d4f6ff9619466cb37e43baec0fc04aa0906a1d
parent1b2c3ac0da400f06e9c511629b9df66345eeed47
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