Yoshihiro Shimoda
262350932c
net: sh_eth: add SH_ETH_TYPE_ condition
...
At the moment, the driver supports the following CPUs:
- GETHER (Gigabit Ethernet) : SH7763, SH7734
- ETHER (Fast Ethernet) : SH7724, SH7757
And the driver had the following "#if":
#if defined(CONFIG_CPU_SH7763) || defined(CONFIG_CPU_SH7734)
#if !defined(CONFIG_CPU_SH7757) && !defined(CONFIG_CPU_SH7724)
- Those are for GETHER
#if defined(CONFIG_CPU_SH7724) || defined(CONFIG_CPU_SH7757)
- This is for ETHER
So, for clean up the code, this patch adds SH_ETH_TYPE_GETHER and
SH_ETH_TYPE_ETHER. And then, the patch modifies the above "#if".
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
2012-07-23 22:00:50 -05:00
..
2012-07-11 13:15:30 -05:00
2012-07-11 13:15:30 -05:00
2012-05-22 10:18:14 -05:00
2012-05-23 14:19:21 -05:00
2012-05-22 10:18:15 -05:00
2011-09-30 22:00:53 +02:00
2012-05-22 10:18:15 -05:00
2012-05-23 14:19:21 -05:00
2012-05-23 14:19:21 -05:00
2012-05-23 14:19:21 -05:00
2012-05-22 10:18:15 -05:00
2012-05-22 10:18:15 -05:00
2012-07-07 14:07:35 +02:00
2011-12-06 23:59:35 +01:00
2012-05-22 10:18:15 -05:00
2012-07-11 13:15:31 -05:00
2012-07-07 14:07:42 +02:00
2012-05-22 10:18:15 -05:00
2012-05-22 10:18:15 -05:00
2011-12-20 23:13:49 +01:00
2012-05-22 13:41:47 -05:00
2011-11-17 10:00:10 +01:00
2012-05-22 10:18:16 -05:00
2012-05-22 10:18:16 -05:00
2012-05-23 14:19:21 -05:00
2012-05-23 14:19:21 -05:00
2012-07-19 11:46:19 -05:00
2012-03-29 07:57:20 +02:00
2012-05-23 14:19:21 -05:00
2012-05-23 14:19:21 -05:00
2012-05-22 10:18:16 -05:00
2012-05-23 14:19:21 -05:00
2012-05-23 14:19:21 -05:00
2012-05-22 10:18:16 -05:00
2012-05-22 10:18:16 -05:00
2011-12-06 23:59:32 +01:00
2012-05-22 10:18:16 -05:00
2012-04-04 09:36:19 -05:00
2012-05-23 14:19:21 -05:00
2011-10-05 22:22:16 +02:00
2012-05-22 10:18:13 -05:00
2012-05-22 10:18:14 -05:00
2012-05-23 14:19:21 -05:00
2012-05-22 13:41:47 -05:00
2012-05-23 14:19:21 -05:00
2011-10-22 01:16:08 +02:00
2012-05-23 14:19:21 -05:00
2012-05-23 17:53:08 -05:00
2012-05-22 13:41:47 -05:00
2012-05-22 23:17:52 -05:00
2012-05-23 14:19:21 -05:00
2012-05-22 13:41:47 -05:00
2012-05-22 23:17:52 -05:00
2012-07-23 22:00:50 -05:00
2012-07-23 22:00:50 -05:00
2012-05-22 10:18:13 -05:00
2011-11-22 08:39:27 +01:00
2012-05-22 10:18:16 -05:00
2011-12-06 23:59:32 +01:00
2012-07-11 13:15:30 -05:00
2012-05-22 13:41:47 -05:00
2012-05-22 13:41:47 -05:00
2012-07-11 13:15:30 -05:00
2012-05-22 23:17:52 -05:00
2012-05-22 23:17:52 -05:00
2012-05-22 23:17:52 -05:00
2012-04-04 09:36:19 -05:00
2012-04-04 09:36:19 -05:00
2012-05-22 23:17:52 -05:00
2012-05-22 23:17:52 -05:00
2012-07-11 13:15:30 -05:00
2012-04-04 09:36:19 -05:00