]> Pileus Git - ~andy/linux/commit
sh_eth: get SH77{34|63} support out of #ifdef
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 7 Jun 2013 13:58:18 +0000 (13:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Jun 2013 06:38:24 +0000 (23:38 -0700)
commitf5d12767c8fd77e29d3d6771de59fd9ac3e540bb
tree11130a56372afa05518735c115c0198b47c13fb5
parente5c9b4cd665106d9b5397114ea81a53059410b6a
sh_eth: get SH77{34|63} support out of #ifdef

Get the SH77{34|63} specific code/data in the driver out of #ifdef by adding
"sh7734-gether" and "sh7763-gether" to the platform driver's ID table.  Note
that we have to split the 'struct sh_eth_cpu_data' instance into two due to
#ifdef inside it; note that we can kill the duplicate sh_eth_set_rate_gether().
Change the GEther platform device's name in the SH platform code accordingly.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sh/boards/board-espt.c
arch/sh/boards/mach-sh7763rdp/setup.c
arch/sh/kernel/cpu/sh4a/clock-sh7734.c
drivers/net/ethernet/renesas/sh_eth.c