]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sh_eth: get R8A7740 support out of #ifdef
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 7 Jun 2013 13:57:12 +0000 (13:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Jun 2013 06:38:24 +0000 (23:38 -0700)
commite5c9b4cd665106d9b5397114ea81a53059410b6a
tree8a452830a7c8bc3cd21ffaf2c08c5d735f967f76
parentc18a79abe31f555ec3b363b5b8c1d003230053b6
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>
arch/arm/mach-shmobile/board-armadillo800eva.c
arch/arm/mach-shmobile/clock-r8a7740.c
drivers/net/ethernet/renesas/sh_eth.c