drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 11:12:15 +0000 (07:12 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:38 +0000 (19:31 -0400)
Most of these files were implicitly getting EXPORT_SYMBOL via
device.h which was including module.h, but that path will be broken
soon.

[ with input from Stephen Rothwell <sfr@canb.auug.org.au> ]

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

No differences found