Commit b56daf13 authored by Liam Girdwood's avatar Liam Girdwood

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
......@@ -35,6 +35,8 @@
#ifndef __LINUX_REGULATOR_CONSUMER_H_
#define __LINUX_REGULATOR_CONSUMER_H_
#include <linux/device.h>
/*
* Regulator operating modes.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment