diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-15 21:12:05 +0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 08:14:50 +0300 |
commit | 761ec44add46d4dfdcb3a0607bfecb4cfc0dc0f0 (patch) | |
tree | b5c44f24edc1e75d5f5cec78a3effbb0304baa84 /arch/blackfin/mach-common/cpufreq.c | |
parent | 2abdf791151ea57f71e67136b4aaef96f534bba6 (diff) | |
download | linux-761ec44add46d4dfdcb3a0607bfecb4cfc0dc0f0.tar.xz |
Blackfin: pull in asm/dpmc.h for power defines
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-common/cpufreq.c')
-rw-r--r-- | arch/blackfin/mach-common/cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/cpufreq.c b/arch/blackfin/mach-common/cpufreq.c index 3d18d2ba4786..777582897253 100644 --- a/arch/blackfin/mach-common/cpufreq.c +++ b/arch/blackfin/mach-common/cpufreq.c @@ -13,7 +13,7 @@ #include <linux/fs.h> #include <asm/blackfin.h> #include <asm/time.h> - +#include <asm/dpmc.h> /* this is the table of CCLK frequencies, in Hz */ /* .index is the entry in the auxillary dpm_state_table[] */ |