commit | 703949e495cddefb1762746cf14e5669ea92a0ac | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | Tue Nov 04 09:15:46 2014 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Tue Nov 04 09:26:57 2014 +0900 |
tree | ad6206766d8daf304074ab34d69b1528ea94c618 | |
parent | a3cc41b42d1922248ed16de4a75b0851310f245a [diff] |
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>