]> 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, 28 Jul 2011 03:43:43 +0000 (23:43 -0400)
commitdad6dcd7d44790462a3a944b92e62fbe80208dd7
tree87967207dbde737b97fb0ba29dfe7fcf74f1aa68
parente7ba643f1dd68fd173f29d09e13c2e58a57c1bd1
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