diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-11-18 04:48:22 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-11-18 04:48:22 -0500 |
commit | b60705765a635728187e5cea5f36914886675013 (patch) | |
tree | 400a8fd966f117140511bf4606f96084c208c14f /arch/blackfin/mach-bf537/include/mach | |
parent | b1271d31a59e73a70284c2cdcbe2b0589f6479c7 (diff) |
Blackfin arch: move out irq related functions
move irq related functions into asm/irq.h and out of the mondo asm/system.h
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf537/include/mach')
-rw-r--r-- | arch/blackfin/mach-bf537/include/mach/cdefBF534.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/include/mach/cdefBF534.h b/arch/blackfin/mach-bf537/include/mach/cdefBF534.h index 76135607e35b..f3416923be69 100644 --- a/arch/blackfin/mach-bf537/include/mach/cdefBF534.h +++ b/arch/blackfin/mach-bf537/include/mach/cdefBF534.h | |||
@@ -1773,7 +1773,7 @@ | |||
1773 | #define bfin_write_HMDMA1_BCOUNT(val) bfin_write16(HMDMA1_BCOUNT,val) | 1773 | #define bfin_write_HMDMA1_BCOUNT(val) bfin_write16(HMDMA1_BCOUNT,val) |
1774 | 1774 | ||
1775 | /* These need to be last due to the cdef/linux inter-dependencies */ | 1775 | /* These need to be last due to the cdef/linux inter-dependencies */ |
1776 | #include <asm/system.h> | 1776 | #include <asm/irq.h> |
1777 | 1777 | ||
1778 | /* Writing to PLL_CTL initiates a PLL relock sequence. */ | 1778 | /* Writing to PLL_CTL initiates a PLL relock sequence. */ |
1779 | static __inline__ void bfin_write_PLL_CTL(unsigned int val) | 1779 | static __inline__ void bfin_write_PLL_CTL(unsigned int val) |