commit | ced55d4ef7d6988bd0608423cf1e2225777f45cc | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Sun Jul 17 16:24:35 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:32:16 2011 -0400 |
tree | af539adb4a8af0c993760d2ca32e3826bdac6867 | |
parent | 65602c32ee9b5500e3cb617ccec2154ee2191898 [diff] |
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>