]> git.karo-electronics.de Git - mv-sheeva.git/commit
i2c-i801: Include <linux/slab.h>
authorBen Hutchings <ben@decadent.org.uk>
Mon, 10 Jan 2011 21:11:22 +0000 (22:11 +0100)
committerJean Delvare <khali@endymion.delvare>
Mon, 10 Jan 2011 21:11:22 +0000 (22:11 +0100)
commit665a96b70bfccec6eab2e8d3c770e357e14294ea
tree0dcb9fa09dded05e053c8eb1a6877fe482b44c8f
parent0c21e3aaf6ae85bee804a325aa29c325209180fd
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>
drivers/i2c/busses/i2c-i801.c