From: Paul Gortmaker Date: Mon, 1 Aug 2011 19:26:38 +0000 (-0400) Subject: drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required X-Git-Tag: v3.2-rc1~22^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35a246363ec41e7b19f7887a97ef3d01ab41356a;p=pandora-kernel.git drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required These two macros were in module.h but now module.h is no longer sprayed across every source file imaginable, so the users need to expicitly call out their use of them. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed