mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk30: annotate rk30_iomux_init as __init
This commit is contained in:
@@ -825,7 +825,7 @@ struct mux_config {
|
||||
unsigned int flags;
|
||||
};
|
||||
|
||||
extern int rk30_iomux_init(void);
|
||||
extern int __init rk30_iomux_init(void);
|
||||
extern void rk30_mux_api_set(char *name, unsigned int mode);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -252,7 +252,7 @@ void rk30_mux_set(struct mux_config *cfg)
|
||||
return;
|
||||
}
|
||||
|
||||
int rk30_iomux_init(void)
|
||||
int __init rk30_iomux_init(void)
|
||||
{
|
||||
int i;
|
||||
printk("%s\n",__func__);
|
||||
@@ -348,7 +348,7 @@ int rk30_iomux_init(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(rk30_iomux_init);
|
||||
|
||||
/*
|
||||
*config iomux : input iomux name and iomux flags
|
||||
*/
|
||||
@@ -371,4 +371,3 @@ void rk30_mux_api_set(char *name, unsigned int mode)
|
||||
}
|
||||
EXPORT_SYMBOL(rk30_mux_api_set);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user