From: Paul Gortmaker Date: Fri, 15 Jul 2011 15:47:34 +0000 (-0400) Subject: net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules X-Git-Tag: v3.2-rc1~22^2~212 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3b2d7fb9b014d75ebb79ba371a763dbab5e8cf;p=pandora-kernel.git net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules These files are non modular, but need to export symbols using the macros now living in export.h -- call out the include so that things won't break when we remove the implicit presence of module.h from everywhere. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed