]> 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>
Sun, 31 Jul 2011 08:05:49 +0000 (04:05 -0400)
commit1195db069010c358a15ec89a06524ebd030df35c
tree52c457ec0ff09cd4952908c0ec1ec0d4baaafab5
parentf3683ce02a0fa730c15f67fd8ccec0f92861ed89
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