commit | 0c073e35550879fd133bc3fe509df5b88da51278 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Sat Oct 08 23:24:48 2011 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Nov 07 10:28:58 2011 -0800 |
tree | 7fdbfc7d5cb6a8c3c53defc06387dee6785120fc | |
parent | 3c00303206c3a1ccd86579efdc90bc35f140962e [diff] |
arm: Add export.h to recently added files for EXPORT_SYMBOL These files didn't exist at the time of the module.h split, and so were not fixed by the commits on that baseline. Since they use the EXPORT_SYMBOL and/or THIS_MODULE macros, they will need the new export.h file included that provides them. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>