]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: i2c-pxa-pci.c needs module.h
authorRandy Dunlap <rdunlap@xenotime.net>
Sat, 30 Jul 2011 04:14:30 +0000 (21:14 -0700)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:50 +0000 (04:05 -0400)
commitb49a61acbd8ff65fe52225612fa3b2ffa7a8acf1
treec0e7450ff5f4e3bf8d138a444b2d46fed221fa18
parent1195db069010c358a15ec89a06524ebd030df35c
i2c: i2c-pxa-pci.c needs module.h

i2c-pxa-pci.c uses interfaces from linux/module.h, so it should
include that file.  This fixes build errors.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/i2c/busses/i2c-pxa-pci.c