2
0
forked from Ivasoft/openwrt

ar71xx: make rb750_latch_change 'static void'

SVN-Revision: 31024
This commit is contained in:
Gabor Juhos
2012-03-19 15:57:03 +00:00
parent 5348f46c80
commit d19f3dd512
2 changed files with 3 additions and 15 deletions

View File

@@ -71,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 */