diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-09-18 22:21:24 +0200 |
---|---|---|
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-09-22 04:08:31 +0200 |
commit | b0e1ee435aba68c4080e3cb67adf6573aa5bcc6d (patch) | |
tree | 450f6e8e0f23e25af0a02562c4489d077500560f /include | |
parent | net: qrtr: Stop rx_worker before freeing node (diff) | |
download | linux-b0e1ee435aba68c4080e3cb67adf6573aa5bcc6d.tar.xz linux-b0e1ee435aba68c4080e3cb67adf6573aa5bcc6d.zip |
net: remove netx ethernet driver
The ARM netx platform got removed in 5.3, so this driver
is now useless.
Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/eth-netx.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/platform_data/eth-netx.h b/include/linux/platform_data/eth-netx.h deleted file mode 100644 index a3a6322668d8..000000000000 --- a/include/linux/platform_data/eth-netx.h +++ /dev/null @@ -1,13 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix - */ - -#ifndef __ETH_NETX_H -#define __ETH_NETX_H - -struct netxeth_platform_data { - unsigned int xcno; /* number of xmac/xpec engine this eth uses */ -}; - -#endif |