diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 07:12:15 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:38 -0400 |
commit | 1b6bc32f0a7380102499deb6aa99a59e789efb33 (patch) | |
tree | 283ef829016d671e7be5a6f72c00fa59fbc9f842 /drivers/base/hypervisor.c | |
parent | bff7832dd6670dd0e215ce32d60b18f3825a6555 (diff) |
drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
Most of these files were implicitly getting EXPORT_SYMBOL via
device.h which was including module.h, but that path will be broken
soon.
[ with input from Stephen Rothwell <sfr@canb.auug.org.au> ]
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/base/hypervisor.c')
-rw-r--r-- | drivers/base/hypervisor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/hypervisor.c b/drivers/base/hypervisor.c index 6428cba3aadd..4f8b741f4615 100644 --- a/drivers/base/hypervisor.c +++ b/drivers/base/hypervisor.c | |||
@@ -10,6 +10,7 @@ | |||
10 | 10 | ||
11 | #include <linux/kobject.h> | 11 | #include <linux/kobject.h> |
12 | #include <linux/device.h> | 12 | #include <linux/device.h> |
13 | #include <linux/export.h> | ||
13 | #include "base.h" | 14 | #include "base.h" |
14 | 15 | ||
15 | struct kobject *hypervisor_kobj; | 16 | struct kobject *hypervisor_kobj; |