Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b56daf13 authored by Liam Girdwood's avatar Liam Girdwood
Browse files

regulator: consumer.h - fix build when consumer.h is #included first.



consumer.h requires device.h for stand alone build.

Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent a10099bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@
#ifndef __LINUX_REGULATOR_CONSUMER_H_
#define __LINUX_REGULATOR_CONSUMER_H_

#include <linux/device.h>

/*
 * Regulator operating modes.
 *