examples/ethtool: fix build
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 5 Feb 2016 14:38:02 +0000 (15:38 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 16 Feb 2016 06:33:44 +0000 (07:33 +0100)
commit71e6e8c51906102ba1f7da0a75f29f9c26b651f0
tree871d67b2f54edbbf2fb887557ba2540e9a2ed04f
parent28377375c6c08168d0e6d91e6ab15dd3646d5fcd
examples/ethtool: fix build

When building for ARM, the spinlock structure was not found.
It appears to be a mismatch with rwlock which is not used in this file.

Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample application")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Remy Horton <remy.horton@intel.com>
examples/ethtool/ethtool-app/main.c