diff options
Diffstat (limited to 'include/asm-blackfin/mach-bf548/cdefBF54x_base.h')
-rw-r--r-- | include/asm-blackfin/mach-bf548/cdefBF54x_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-blackfin/mach-bf548/cdefBF54x_base.h b/include/asm-blackfin/mach-bf548/cdefBF54x_base.h index 87f2385ed971..98d35a929116 100644 --- a/include/asm-blackfin/mach-bf548/cdefBF54x_base.h +++ b/include/asm-blackfin/mach-bf548/cdefBF54x_base.h | |||
@@ -68,7 +68,6 @@ static __inline__ void bfin_write_VR_CTL(unsigned int val) | |||
68 | bfin_write32(SIC_IWR0, iwr0); | 68 | bfin_write32(SIC_IWR0, iwr0); |
69 | bfin_write32(SIC_IWR1, iwr1); | 69 | bfin_write32(SIC_IWR1, iwr1); |
70 | bfin_write32(SIC_IWR2, iwr2); | 70 | bfin_write32(SIC_IWR2, iwr2); |
71 | |||
72 | } | 71 | } |
73 | #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT) | 72 | #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT) |
74 | #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT, val) | 73 | #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT, val) |