1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ar71xx: make rb750_latch_change 'static void'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31024 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-03-19 15:57:03 +00:00
parent 58ce76e6b5
commit c8aab4b6c2
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 */