Added missing mach/i2c.h and linux/io.h header file includes

Signed-off-by: Kevin Wells <[email protected]>
---
i2c-pnx.c |    2 ++
 1 file changed, 2 insertions(+)

--- drivers/i2c/busses/i2c-pnx.c.orig   2009-11-11 14:54:30.000000000 -0800
+++ drivers/i2c/busses/i2c-pnx.c        2009-11-11 14:55:14.000000000 -0800
@@ -19,7 +19,9 @@
 #include <linux/completion.h>
 #include <linux/platform_device.h>
 #include <linux/i2c-pnx.h>
+#include <linux/io.h>
 #include <mach/hardware.h>
+#include <mach/i2c.h>
 #include <asm/irq.h>
 #include <asm/uaccess.h>

--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to