3.6-stable review patch. If anyone has any objections, please let me know.
------------------ From: Daniel J Blueman <[email protected]> commit c415b303a704e5c5f766fc0404093910c36cc4ab upstream. Fix build failure in Intel PIIX4 I2C driver. Signed-off-by: Daniel J Blueman <[email protected]> Signed-off-by: Jean Delvare <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/i2c/busses/i2c-piix4.c | 1 + 1 file changed, 1 insertion(+) --- 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> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

