]> 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, 25 Aug 2011 17:55:23 +0000 (13:55 -0400)
commitca6d6f936936021f95f19e19314fc9b5a5a76c50
treece04b6b15a5fb63c3ce0140ad50644e0f5076c6a
parent19c98839897d93413b232d8bd5bb0bece89edf10
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