ar71xx: make rb750_latch_change 'static void'
[openwrt.git] / target / linux / ar71xx / files / arch / mips / include / asm / mach-ath79 / mach-rb750.h
index 9509fca..8d1d22e 100644 (file)
@@ -60,6 +60,7 @@ struct rb750_led_data {
 struct rb750_led_platform_data {
        int                     num_leds;
        struct rb750_led_data   *leds;
+       void                    (*latch_change)(u32 clear, u32 set);
 };
 
 struct rb7xx_nand_platform_data {
@@ -70,6 +71,4 @@ struct rb7xx_nand_platform_data {
        void (*latch_change)(u32, u32);
 };
 
-int rb750_latch_change(u32 mask_clr, u32 mask_set);
-
 #endif /* _MACH_RB750_H */
\ No newline at end of file
This page took 0.026947 seconds and 4 git commands to generate.