backfire: rt8366*: use __devinit instead of __init for the probe function to fix...
[openwrt-10.03/.git] / target / linux / generic-2.6 / files / drivers / net / phy / rtl8366s.c
index d45e4d76c35cef637ea6d83f98a4b1017aa1e407..f9a4c8c279bbeac329e7f924c0c502921001b35e 100644 (file)
@@ -1027,7 +1027,7 @@ static struct rtl8366_smi_ops rtl8366s_smi_ops = {
        .enable_vlan4k  = rtl8366s_enable_vlan4k,
 };
 
-static int __init rtl8366s_probe(struct platform_device *pdev)
+static int __devinit rtl8366s_probe(struct platform_device *pdev)
 {
        static int rtl8366_smi_version_printed;
        struct rtl8366s_platform_data *pdata;