remove useless patches
SVN-Revision: 26837
This commit is contained in:
parent
de02a2795b
commit
fbbe154a48
2 changed files with 0 additions and 29 deletions
|
@ -1,20 +0,0 @@
|
|||
--- a/arch/mips/ar7/time.c
|
||||
+++ b/arch/mips/ar7/time.c
|
||||
@@ -33,6 +33,8 @@ void __init plat_time_init(void)
|
||||
/* Initialize ar7 clocks so the CPU clock frequency is correct */
|
||||
ar7_init_clocks();
|
||||
|
||||
+ ar7_init_clocks();
|
||||
+
|
||||
cpu_clk = clk_get(NULL, "cpu");
|
||||
if (IS_ERR(cpu_clk)) {
|
||||
printk(KERN_ERR "unable to get cpu clock\n");
|
||||
--- a/arch/mips/include/asm/mach-ar7/ar7.h
|
||||
+++ b/arch/mips/include/asm/mach-ar7/ar7.h
|
||||
@@ -203,4 +203,6 @@ static inline void ar7_device_off(u32 bi
|
||||
int __init ar7_gpio_init(void);
|
||||
void __init ar7_init_clocks(void);
|
||||
|
||||
+extern void __init ar7_init_clocks(void);
|
||||
+
|
||||
#endif /* __AR7_H__ */
|
|
@ -1,9 +0,0 @@
|
|||
--- a/arch/mips/include/asm/mach-ar7/ar7.h
|
||||
+++ b/arch/mips/include/asm/mach-ar7/ar7.h
|
||||
@@ -205,4 +205,6 @@ void __init ar7_init_clocks(void);
|
||||
|
||||
extern void __init ar7_init_clocks(void);
|
||||
|
||||
+int __init ar7_gpio_init(void);
|
||||
+
|
||||
#endif /* __AR7_H__ */
|
Loading…
Reference in a new issue