mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
[linux/fpc-iii.git] / arch / mips / bcm47xx / bcm47xx_private.h
blob41796befa9df53b1fc35b20bfeaec17a5db68136
1 #ifndef LINUX_BCM47XX_PRIVATE_H_
2 #define LINUX_BCM47XX_PRIVATE_H_
4 #ifndef pr_fmt
5 #define pr_fmt(fmt) "bcm47xx: " fmt
6 #endif
8 #include <linux/kernel.h>
10 /* prom.c */
11 void __init bcm47xx_prom_highmem_init(void);
13 /* sprom.c */
14 void bcm47xx_sprom_register_fallbacks(void);
16 /* buttons.c */
17 int __init bcm47xx_buttons_register(void);
19 /* leds.c */
20 void __init bcm47xx_leds_register(void);
22 /* setup.c */
23 void __init bcm47xx_bus_setup(void);
25 /* workarounds.c */
26 void __init bcm47xx_workarounds(void);
28 #endif