commit | 214f2c90b970e098e75cf719c0c5b0f1fe69b716 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Wed Oct 26 16:22:14 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:30:34 2011 -0400 |
tree | 544e50e8af7ffb4da67f19030eb38cb5577aacfc | |
parent | 067d75615442454dd24210518f1c862dc6fe54ab [diff] |
acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL These files were relying on module.h to come in via the path in an include/acpi header file, but we don't want to have instances of module.h being included from include/* files if it can be avoided. Have the files include export.h instead. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>