[PATCH 2/2] iio: adc: Fix build error discovered by 0-day build bot

From: Johannes Thumshirn
Date: Mon Mar 03 2014 - 15:47:15 EST


From: Johannes Thumshirn <morbidrsa@xxxxxxxxx>

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@xxxxxx>
---
drivers/iio/adc/men_z188_adc.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/iio/adc/men_z188_adc.c b/drivers/iio/adc/men_z188_adc.c
index 7036503..6989c16 100644
--- 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
--
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/