diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-09-28 18:23:03 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:39 -0400 |
commit | aaf195444be47aa3d3776825b3b384a61f40dca4 (patch) | |
tree | 3752d08fe46febc140874a2cf8f8004df93529f1 /drivers/base | |
parent | ba33162a2c3c847c02e42b9193b250217fdbbd9d (diff) | |
download | op-kernel-dev-aaf195444be47aa3d3776825b3b384a61f40dca4.zip op-kernel-dev-aaf195444be47aa3d3776825b3b384a61f40dca4.tar.gz |
drivers/base: change module.h -> export.h in power/common.c
This file isn't using full modular functionality, and hence
can be "downgraded" to just using export.h
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/power/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/common.c b/drivers/base/power/common.c index 29820c3..4af7c1c 100644 --- a/drivers/base/power/common.c +++ b/drivers/base/power/common.c @@ -8,7 +8,7 @@ #include <linux/init.h> #include <linux/kernel.h> -#include <linux/module.h> +#include <linux/export.h> #include <linux/slab.h> #include <linux/pm_clock.h> |