sh_eth: get SH7619 support out of #ifdef
[firefly-linux-kernel-4.4.55.git] / arch / sh / kernel / cpu / sh2 / setup-sh7619.c
index e0b740c831c7e172f42beb3c8ce957d9a22bb032..bb11e19251784289f50ed7ce089af68ff23674eb 100644 (file)
@@ -124,8 +124,8 @@ static struct resource eth_resources[] = {
 };
 
 static struct platform_device eth_device = {
-       .name = "sh-eth",
-       .id     = -1,
+       .name = "sh7619-ether",
+       .id = -1,
        .dev = {
                .platform_data = (void *)1,
        },