diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2021-08-12 11:38:05 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-08-14 02:30:35 +0300 |
commit | d8d9ba8dc9c77358cd7ea73e4e44e8952c9baf35 (patch) | |
tree | d9a8ad6b577dd6ae5a234372c59a0f33ce75fac9 /net/802/Makefile | |
parent | 4fb464db9c72ae671c3f332d9a8d0381557271ce (diff) | |
download | linux-d8d9ba8dc9c77358cd7ea73e4e44e8952c9baf35.tar.xz |
net: 802: remove dead leftover after ipx driver removal
Commit 7a2e838d28cf ("staging: ipx: delete it from the tree") removes the
ipx driver and the config IPX. Since then, there is some dead leftover in
./net/802/, that was once used by the IPX driver, but has no other user.
Remove this dead leftover.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/802/Makefile')
-rw-r--r-- | net/802/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/802/Makefile b/net/802/Makefile index 19406a87bdaa..bfed80221b8b 100644 --- a/net/802/Makefile +++ b/net/802/Makefile @@ -8,7 +8,6 @@ obj-$(CONFIG_LLC) += p8022.o psnap.o obj-$(CONFIG_NET_FC) += fc.o obj-$(CONFIG_FDDI) += fddi.o obj-$(CONFIG_HIPPI) += hippi.o -obj-$(CONFIG_IPX) += p8022.o psnap.o p8023.o obj-$(CONFIG_ATALK) += p8022.o psnap.o obj-$(CONFIG_STP) += stp.o obj-$(CONFIG_GARP) += garp.o |