diff options
author | shemminger@osdl.org <shemminger@osdl.org> | 2005-11-24 01:00:54 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-12-01 02:22:52 -0500 |
commit | 35b8fcab1b293cadd54cdf9e9636cc576d2cad88 (patch) | |
tree | bdd203381a36fdeaba35329d4e713b3475685ecb /drivers/net/sk98lin/Makefile | |
parent | 8f7a17d12a8cfd0ab4a50dded8390f6c44f1f205 (diff) |
[PATCH] sk98lin: remove /proc interface
Remove device specific proc interface. It doesn't handle
renames correctly; it ain't worth fixing.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/sk98lin/Makefile')
-rw-r--r-- | drivers/net/sk98lin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/sk98lin/Makefile b/drivers/net/sk98lin/Makefile index 7653d6e33aa2..afd900d5d730 100644 --- a/drivers/net/sk98lin/Makefile +++ b/drivers/net/sk98lin/Makefile | |||
@@ -26,8 +26,7 @@ sk98lin-objs := \ | |||
26 | skrlmt.o \ | 26 | skrlmt.o \ |
27 | sktimer.o \ | 27 | sktimer.o \ |
28 | skvpd.o \ | 28 | skvpd.o \ |
29 | skxmac2.o \ | 29 | skxmac2.o |
30 | skproc.o | ||
31 | 30 | ||
32 | # DBGDEF = \ | 31 | # DBGDEF = \ |
33 | # -DDEBUG | 32 | # -DDEBUG |