diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-06-12 15:46:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-22 14:10:35 -0400 |
commit | 9917392608c6d8b8952bce9f7b5867b1e9149235 (patch) | |
tree | 8a9947478ca98bba567ac55cb633a8165e095f28 /drivers/i2c/busses | |
parent | 80cd3a8769c66203d55cdf635390bdcebd742091 (diff) |
[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>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r-- | drivers/i2c/busses/scx200_acb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/scx200_acb.c b/drivers/i2c/busses/scx200_acb.c index 09b4586f3bd3..22a3eda04166 100644 --- a/drivers/i2c/busses/scx200_acb.c +++ b/drivers/i2c/busses/scx200_acb.c | |||
@@ -384,7 +384,7 @@ static struct i2c_algorithm scx200_acb_algorithm = { | |||
384 | static struct scx200_acb_iface *scx200_acb_list; | 384 | static struct scx200_acb_iface *scx200_acb_list; |
385 | static DECLARE_MUTEX(scx200_acb_list_mutex); | 385 | static DECLARE_MUTEX(scx200_acb_list_mutex); |
386 | 386 | ||
387 | static int scx200_acb_probe(struct scx200_acb_iface *iface) | 387 | static __init int scx200_acb_probe(struct scx200_acb_iface *iface) |
388 | { | 388 | { |
389 | u8 val; | 389 | u8 val; |
390 | 390 | ||