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:
Liam Girdwood 2009-11-11 14:16:10 +00:00
Родитель a10099bc88
Коммит b56daf13eb
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -35,6 +35,8 @@
#ifndef __LINUX_REGULATOR_CONSUMER_H_
#define __LINUX_REGULATOR_CONSUMER_H_
#include <linux/device.h>
/*
* Regulator operating modes.
*