[PATCH] scx200_acb: Mark scx200_acb_probe __init
In i2c bus driver scx200_acb, function scx200_acb_probe can be tagged __init. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
80cd3a8769
commit
9917392608
@ -384,7 +384,7 @@ static struct i2c_algorithm scx200_acb_algorithm = {
|
|||||||
static struct scx200_acb_iface *scx200_acb_list;
|
static struct scx200_acb_iface *scx200_acb_list;
|
||||||
static DECLARE_MUTEX(scx200_acb_list_mutex);
|
static DECLARE_MUTEX(scx200_acb_list_mutex);
|
||||||
|
|
||||||
static int scx200_acb_probe(struct scx200_acb_iface *iface)
|
static __init int scx200_acb_probe(struct scx200_acb_iface *iface)
|
||||||
{
|
{
|
||||||
u8 val;
|
u8 val;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user