commit | c24b3eb99028e8c4dedec2c1bd4e564bf748541f | [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 | 4d86edb2427a6e53d774be84cdce068963678362 [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>