From 9c44d5889f49ac3f01e2bccf8ffb581e7c05d093 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 8 Apr 2020 21:30:34 +0000 Subject: [PATCH] scripts/generate-kernel-patch: Revert a change that should not have been merged git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.4.x@8859 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 9391f413e..8800e589e 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -288,8 +288,7 @@ scst/include/scst_event.h scst/include/backport.h" scst_04_main="scst/src/scst_main.c scst/src/scst_module.c scst/src/scst_priv.h \ scst/src/scst_copy_mgr.c scst/src/scst_dlm.c scst/src/scst_dlm.h \ scst/src/scst_event.c scst/src/scst_no_dlm.c" -scst_05_targ="scst/src/scst_targ.c scst/src/scst_local_cmd.c \ -scst/src/scst_local_cmd.h" +scst_05_targ="scst/src/scst_targ.c" scst_06_lib="scst/src/scst_lib.c" scst_07_pres="scst/src/scst_pres.h scst/src/scst_pres.c" scst_08_sysfs="scst/src/scst_sysfs.c"