Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Blackfin: pull in asm/dpmc.h for power defines

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

+5 -1
+2
arch/blackfin/include/asm/clocks.h
··· 9 9 #ifndef _BFIN_CLOCKS_H 10 10 #define _BFIN_CLOCKS_H 11 11 12 + #include <asm/dpmc.h> 13 + 12 14 #ifdef CONFIG_CCLK_DIV_1 13 15 # define CONFIG_CCLK_ACT_DIV CCLK_DIV1 14 16 # define CONFIG_CCLK_DIV 1
+1
arch/blackfin/mach-common/clocks-init.c
··· 13 13 #include <asm/dma.h> 14 14 #include <asm/clocks.h> 15 15 #include <asm/mem_init.h> 16 + #include <asm/dpmc.h> 16 17 17 18 #define SDGCTL_WIDTH (1 << 31) /* SDRAM external data path width */ 18 19 #define PLL_CTL_VAL \
+1 -1
arch/blackfin/mach-common/cpufreq.c
··· 13 13 #include <linux/fs.h> 14 14 #include <asm/blackfin.h> 15 15 #include <asm/time.h> 16 - 16 + #include <asm/dpmc.h> 17 17 18 18 /* this is the table of CCLK frequencies, in Hz */ 19 19 /* .index is the entry in the auxillary dpm_state_table[] */
+1
arch/blackfin/mach-common/ints-priority.c
··· 25 25 #include <asm/blackfin.h> 26 26 #include <asm/gpio.h> 27 27 #include <asm/irq_handler.h> 28 + #include <asm/dpmc.h> 28 29 29 30 #define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1)) 30 31