[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1349410871-17140-1-git-send-email-daniel@quora.org>
Date: Fri, 5 Oct 2012 12:21:11 +0800
From: Daniel J Blueman <daniel@...ra.org>
To: "Jean Delvare" <khali@...ux-fr.org>
Cc: "Ben Dooks" <ben-linux@...ff.org>,
"Wolfram Sang" <w.sang@...gutronix.de>, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org, Daniel J Blueman <daniel@...ra.org>
Subject: [PATCH] Fix Intel PIIX4 I2C driver build failure
Fix build failure in Intel PIIX4 I2C driver.
Signed-off-by: Daniel J Blueman <daniel@...ra.org>
---
drivers/i2c/busses/i2c-piix4.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c
index ef511df..8bbd6ec 100644
--- a/drivers/i2c/busses/i2c-piix4.c
+++ b/drivers/i2c/busses/i2c-piix4.c
@@ -37,6 +37,7 @@
#include <linux/stddef.h>
#include <linux/ioport.h>
#include <linux/i2c.h>
+#include <linux/slab.h>
#include <linux/init.h>
#include <linux/dmi.h>
#include <linux/acpi.h>
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists