diff --git a/debian/copyright b/debian/copyright index 5e351cfd4..ce26c70bf 100644 --- a/debian/copyright +++ b/debian/copyright @@ -229,7 +229,6 @@ Files: scst/Makefile scst/src/scst_pres.c scst/src/scst_pres.h scst/src/scst_priv.h - scst/src/scst_proc.c scst/src/scst_sysfs.c scst/src/scst_targ.c scst/src/scst_tg.c diff --git a/scst/src/Makefile b/scst/src/Makefile index 60e07fa00..9f6f3c91f 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -64,7 +64,6 @@ scst-y += scst_main.o scst-y += scst_targ.o scst-y += scst_local_cmd.o scst-y += scst_lib.o -#scst-y += scst_proc.o scst-y += scst_sysfs.o scst-y += scst_mem.o scst-y += scst_debug.o