]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: Add module.h to modular files prev. implicitly getting it
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 30 Jul 2011 04:14:30 +0000 (21:14 -0700)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:29 +0000 (19:31 -0400)
commit5238e198c7f694b633ce35e353c10cf00625fa65
tree63c507fd557732ba83cf61d095425bac35d7ed4e
parent069a7b4980f4ceae79ae5e339781a6e0dea16e82
i2c: Add module.h to modular files prev. implicitly getting it

These files use interfaces from linux/module.h, so they must
include that file to avoid build errors when the implicit
presence of module.h is removed.

[with i2c-pxa-pci.c fix from Randy Dunlap <rdunlap@xenotime.net>]

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/i2c/busses/i2c-pxa-pci.c
drivers/i2c/busses/i2c-sh7760.c
drivers/i2c/busses/i2c-tegra.c