iio: adc: Fix build error discovered by 0-day build bot
authorJohannes Thumshirn <morbidrsa@gmail.com>
Mon, 3 Mar 2014 20:46:49 +0000 (21:46 +0100)
committerGreg 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

index 70365034caa9bed6c69f3578a7ddd5ab4dc0c383..6989c16aec2bf8c1aee3fbb277bbb9627d11f70f 100644 (file)
@@ -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
This page took 0.033108 seconds and 5 git commands to generate.