1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:31:40 +03: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:
juhosg 2010-03-31 08:40:28 +00:00
parent 01ec7932a5
commit 67ab18e38a

View File

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