ramips: annotate device register function prototypes with __init

SVN-Revision: 20627
This commit is contained in:
Gabor Juhos 2010-03-31 08:40:28 +00:00
parent 0671b2aded
commit a423c3abee

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