diff options
-rw-r--r-- | include/asm-mips/mach-au1x00/au1000.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-mips/mach-au1x00/au1000.h b/include/asm-mips/mach-au1x00/au1000.h index 6cd6e8b8cd20..630138f6f918 100644 --- a/include/asm-mips/mach-au1x00/au1000.h +++ b/include/asm-mips/mach-au1x00/au1000.h | |||
@@ -91,13 +91,6 @@ static inline u32 au_readl(unsigned long reg) | |||
91 | } | 91 | } |
92 | 92 | ||
93 | 93 | ||
94 | static __inline__ int au_ffz(unsigned int x) | ||
95 | { | ||
96 | if ((x = ~x) == 0) | ||
97 | return 32; | ||
98 | return __ilog2(x & -x); | ||
99 | } | ||
100 | |||
101 | /* arch/mips/au1000/common/clocks.c */ | 94 | /* arch/mips/au1000/common/clocks.c */ |
102 | extern void set_au1x00_speed(unsigned int new_freq); | 95 | extern void set_au1x00_speed(unsigned int new_freq); |
103 | extern unsigned int get_au1x00_speed(void); | 96 | extern unsigned int get_au1x00_speed(void); |