]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: add export.h to i2c-boardinfo.c for EXPORT_SYMBOL
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 14:46:24 +0000 (10:46 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 21:31:28 +0000 (17:31 -0400)
commit56a4586c5142a7178b95ec2b71820d4d6d2f799b
treece5a8e016016d307d58b0aafffc81ccbdf8bcdeb
parent5e9b7304668543f6fbb8c519c407a5990031f8fc
i2c: add export.h to i2c-boardinfo.c for EXPORT_SYMBOL

With module.h being implicitly everywhere via device.h, the absence
of explicitly including something for EXPORT_SYMBOL went unnoticed.
Since we are heading to fix things up and clean module.h from the
device.h file, we need to explicitly include these files now.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/i2c/i2c-boardinfo.c