mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-19 08:37:57 +07:00
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>
This commit is contained in:
parent
65602c32ee
commit
ced55d4ef7
@ -16,6 +16,7 @@
|
|||||||
#define __LINUX_REGULATOR_DRIVER_H_
|
#define __LINUX_REGULATOR_DRIVER_H_
|
||||||
|
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
|
#include <linux/notifier.h>
|
||||||
#include <linux/regulator/consumer.h>
|
#include <linux/regulator/consumer.h>
|
||||||
|
|
||||||
struct regulator_dev;
|
struct regulator_dev;
|
||||||
|
Loading…
Reference in New Issue
Block a user