projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a5ef2
)
iio: adc: Fix build error discovered by 0-day build bot
author
Johannes Thumshirn
<morbidrsa@gmail.com>
Mon, 3 Mar 2014 20:46:49 +0000
(21:46 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 05:57:17 +0000
(21:57 -0800)
men_z188_adc needs to include linux/io.h. This fixes a build error
discovered by 0-day buid bot
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/adc/men_z188_adc.c
patch
|
blob
|
history
diff --git
a/drivers/iio/adc/men_z188_adc.c
b/drivers/iio/adc/men_z188_adc.c
index 70365034caa9bed6c69f3578a7ddd5ab4dc0c383..6989c16aec2bf8c1aee3fbb277bbb9627d11f70f 100644
(file)
--- a/
drivers/iio/adc/men_z188_adc.c
+++ b/
drivers/iio/adc/men_z188_adc.c
@@
-12,6
+12,7
@@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mcb.h>
+#include <linux/io.h>
#include <linux/iio/iio.h>
#define Z188_ADC_MAX_CHAN 8