commit: c415b303a704e5c5f766fc0404093910c36cc4ab From: Daniel J Blueman <[email protected]> Date: Fri, 5 Oct 2012 22:23:55 +0200 Subject: i2c-piix4: Fix build failure
Fix build failure in Intel PIIX4 I2C driver. Signed-off-by: Daniel J Blueman <[email protected]> Signed-off-by: Jean Delvare <[email protected]> Cc: [email protected] [v3.6] --- drivers/i2c/busses/i2c-piix4.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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.3.4 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
