Skip to content

Commit

Permalink
net: 802: remove dead leftover after ipx driver removal
Browse files Browse the repository at this point in the history
Commit 7a2e838 ("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 <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
bulwahn authored and kuba-moo committed Aug 13, 2021
1 parent 4fb464d commit d8d9ba8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
1 change: 0 additions & 1 deletion net/802/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
60 changes: 0 additions & 60 deletions net/802/p8023.c

This file was deleted.

0 comments on commit d8d9ba8

Please sign in to comment.