diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2013-06-07 15:57:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-08 08:38:24 +0200 |
commit | e5c9b4cd665106d9b5397114ea81a53059410b6a (patch) | |
tree | 8a452830a7c8bc3cd21ffaf2c08c5d735f967f76 /arch/arm/mach-shmobile/board-armadillo800eva.c | |
parent | sh_eth: get SH7619 support out of #ifdef (diff) | |
download | linux-e5c9b4cd665106d9b5397114ea81a53059410b6a.tar.xz linux-e5c9b4cd665106d9b5397114ea81a53059410b6a.zip |
sh_eth: get R8A7740 support out of #ifdef
Get the R8A7740 code/data in the driver out of #ifdef by adding "r8a7740-gether"
to the platform driver's ID table. Change the GEther platform device's name in
the ARM platform code accordingly.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/mach-shmobile/board-armadillo800eva.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-armadillo800eva.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index b85b2882dbd0..2b04c8011e13 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c @@ -377,7 +377,7 @@ static struct resource sh_eth_resources[] = { }; static struct platform_device sh_eth_device = { - .name = "sh-eth", + .name = "r8a7740-gether", .id = -1, .dev = { .platform_data = &sh_eth_platdata, |