drivers/w1: Add export.h for EXPORT_SYMBOL/THIS_MODULE
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 17:21:52 +0000 (13:21 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:00 +0000 (19:32 -0400)
commit9623932cd5815e280cef5ebb54b5ee92bec382ad
tree3874488d5c722cff37585c7f0159890f83447249
parent827509e38e5a4a5ba65a745ec7b4b0278656d1ca
drivers/w1: Add export.h for EXPORT_SYMBOL/THIS_MODULE

Give these files export.h so that they can reliably get the EXPORT_SYMBOL
and THIS_MODULE macros in the future, once module.h isn't implicitly
everywhere.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/w1/w1_family.c
drivers/w1/w1_int.c