diff options
author | Bryan Wu <bryan.wu@analog.com> | 2007-07-12 05:26:31 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-07-12 05:26:31 -0400 |
commit | c04d66bbbdbbc7b5d55c42795f29e494190f8fb3 (patch) | |
tree | 2622e8b87db8c42d2b613b3a48eaa3bec7fcc0fc /include/asm-blackfin/mach-bf548 | |
parent | 1d1894749cca89f4bb013364524199b3015d7b00 (diff) |
Blackfin arch: clean up some coding style issues
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/mach-bf548')
-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) |