]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZE
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Tue, 4 Nov 2014 00:15:46 +0000 (09:15 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tue, 4 Nov 2014 00:26:57 +0000 (09:26 +0900)
commit703949e495cddefb1762746cf14e5669ea92a0ac
treead6206766d8daf304074ab34d69b1528ea94c618
parenta3cc41b42d1922248ed16de4a75b0851310f245a
net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZE

RX_DESC_SIZE and TX_DESC_SIZE mean the size of the data descriptor for sh-eth.
We can acquire this in sizeof. It is not necessary to define these in define.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
drivers/net/sh_eth.c
drivers/net/sh_eth.h