diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-09-27 11:00:30 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-10-04 20:49:20 +0200 |
commit | 00f3696f7555d0890ae07b635e6ccbf39fd2eb3a (patch) | |
tree | 6ad8a4a105854df0e9fffe8f427b51c1f86346b6 /include/net/Space.h | |
parent | Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN" (diff) | |
download | linux-00f3696f7555d0890ae07b635e6ccbf39fd2eb3a.tar.xz linux-00f3696f7555d0890ae07b635e6ccbf39fd2eb3a.zip |
net: appletalk: remove cops support
The COPS Appletalk support is very old, never said to actually work
properly, and the firmware code for the devices are under a very suspect
license. Remove it all to clear up the license issue, if it is still
needed and actually used by anyone, we can add it back later once the
license is cleared up.
Reported-by: Prarit Bhargava <prarit@redhat.com>
Cc: jschlst@samba.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Christoph Hellwig <hch@lst.de>
Acked-by: Prarit Bhargava <prarit@redhat.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Link: https://lore.kernel.org/r/20230927090029.44704-2-gregkh@linuxfoundation.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/Space.h')
-rw-r--r-- | include/net/Space.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/Space.h b/include/net/Space.h index c29f3d51c078..ef42629f4258 100644 --- a/include/net/Space.h +++ b/include/net/Space.h @@ -10,4 +10,3 @@ struct net_device *smc_init(int unit); struct net_device *cs89x0_probe(int unit); struct net_device *tc515_probe(int unit); struct net_device *lance_probe(int unit); -struct net_device *cops_probe(int unit); |