Skip to content

Commit

Permalink
i2c-piix4: Fix build failure
Browse files Browse the repository at this point in the history
Fix build failure in Intel PIIX4 I2C driver.

Signed-off-by: Daniel J Blueman <daniel@quora.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: stable@vger.kernel.org [v3.6]
  • Loading branch information
dblueman authored and Jean Delvare committed Oct 5, 2012
1 parent 0ec1386 commit c415b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/i2c/busses/i2c-piix4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c415b30

Please sign in to comment.