From: Paul Gortmaker Date: Sun, 10 Jul 2011 17:20:26 +0000 (-0400) Subject: video: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/video X-Git-Tag: v3.2-rc1~22^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a359318530a779c8d28d86357d492adead5b1f;p=pandora-kernel.git video: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/video 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 --- Reading git-diff-tree failed