diff options
-rw-r--r-- | drivers/net/ll_temac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ll_temac_main.c b/drivers/net/ll_temac_main.c index e2c2a7202dba..183765cb7f25 100644 --- a/drivers/net/ll_temac_main.c +++ b/drivers/net/ll_temac_main.c | |||
@@ -952,7 +952,7 @@ static const struct attribute_group temac_attr_group = { | |||
952 | .attrs = temac_device_attrs, | 952 | .attrs = temac_device_attrs, |
953 | }; | 953 | }; |
954 | 954 | ||
955 | static int __init | 955 | static int __devinit |
956 | temac_of_probe(struct platform_device *op, const struct of_device_id *match) | 956 | temac_of_probe(struct platform_device *op, const struct of_device_id *match) |
957 | { | 957 | { |
958 | struct device_node *np; | 958 | struct device_node *np; |