commit | 35a246363ec41e7b19f7887a97ef3d01ab41356a | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Aug 01 15:26:38 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:31:51 2011 -0400 |
tree | c0b78d95fd89408c5213f23169804d16704b9ac6 | |
parent | dff65de26ba8128f051799fd6c3660c7162eefc1 [diff] |
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 <paul.gortmaker@windriver.com>