diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2011-01-10 16:11:22 -0500 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-01-10 16:11:22 -0500 |
commit | 665a96b70bfccec6eab2e8d3c770e357e14294ea (patch) | |
tree | 0dcb9fa09dded05e053c8eb1a6877fe482b44c8f /drivers/i2c/busses/i2c-i801.c | |
parent | 0c21e3aaf6ae85bee804a325aa29c325209180fd (diff) |
i2c-i801: Include <linux/slab.h>
Commit 5a0e3ad6af8660be21ca98a971cd00f331318c05 added direct inclusion
of <linux/slab.h> to those source files that appeared to need it, but
somehow missed this. On most architectures <linux/slab.h> is still
indirectly included, but there are exceptions such as alpha.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/i2c-i801.c')
-rw-r--r-- | drivers/i2c/busses/i2c-i801.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c index 02835ce7ff4b..7979aef7ee7b 100644 --- a/drivers/i2c/busses/i2c-i801.c +++ b/drivers/i2c/busses/i2c-i801.c | |||
@@ -72,6 +72,7 @@ | |||
72 | #include <linux/acpi.h> | 72 | #include <linux/acpi.h> |
73 | #include <linux/io.h> | 73 | #include <linux/io.h> |
74 | #include <linux/dmi.h> | 74 | #include <linux/dmi.h> |
75 | #include <linux/slab.h> | ||
75 | 76 | ||
76 | /* I801 SMBus address offsets */ | 77 | /* I801 SMBus address offsets */ |
77 | #define SMBHSTSTS(p) (0 + (p)->smba) | 78 | #define SMBHSTSTS(p) (0 + (p)->smba) |