]> git.baikalelectronics.ru Git - kernel.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>
Mon, 31 Oct 2011 23:32:16 +0000 (19:32 -0400)
commitb3274dcbe1a46f9ac2daa7c70ac743f8ea14f20b
treeaf539adb4a8af0c993760d2ca32e3826bdac6867
parent108fa074e5712ef3a0678f890763eb290e20dbc0
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