mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 00:26:39 +08:00
regulator: consumer.h - fix build when consumer.h is #included first.
consumer.h requires device.h for stand alone build. Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
parent
a10099bc88
commit
b56daf13eb
@ -35,6 +35,8 @@
|
||||
#ifndef __LINUX_REGULATOR_CONSUMER_H_
|
||||
#define __LINUX_REGULATOR_CONSUMER_H_
|
||||
|
||||
#include <linux/device.h>
|
||||
|
||||
/*
|
||||
* Regulator operating modes.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user