mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ramips: annotate device register function prototypes with __init
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20627 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
322804a9fe
commit
0b03ed8938
@ -15,8 +15,8 @@ struct physmap_flash_data;
|
||||
|
||||
extern void rt305x_register_flash(unsigned int id,
|
||||
struct physmap_flash_data *pdata) __init;
|
||||
extern void rt305x_register_ethernet(void);
|
||||
extern void rt305x_register_wifi(void);
|
||||
extern void rt305x_register_ethernet(void) __init;
|
||||
extern void rt305x_register_wifi(void) __init;
|
||||
|
||||
#endif /* __RT305X_DEVICES_H */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user