commit | 5ad565b0d1c10d6bdbf40c0264573e2044ab80fc | [log] [tgz] |
---|---|---|
author | Chris Brandt <chris.brandt@renesas.com> | Fri Nov 03 08:30:11 2017 -0500 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Jan 15 12:05:16 2018 -0600 |
tree | 9f35eed61f3131ab7fac3d51b413db578b20116e | |
parent | ce27eb9b40594857a60cbff4763bc6a12e1118d3 [diff] |
net: sh-eth: fix inl and outl definitions The macros inl and outl maybe already be defined from file arch/arm/include/asm/io.h so there may be no reason to define them. And if you do try defined them here, you get a redefined complier warning. Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>