]> git.baikalelectronics.ru Git - kernel.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)
commite66048b476e4dda0a09650632ecbdf2c0908f2f9
tree0dcb9fa09dded05e053c8eb1a6877fe482b44c8f
parentfd152ebc3c8c5b437915bbd7b1cdb3557925c74f
i2c-i801: Include <linux/slab.h>

Commit db2f13a5f6c6b0532631f848d15ddb4ecd13c85e 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