From 4c74d8a2c764a3cfe38258cdd3cfbfcbfa73f953 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 2 Jun 2019 15:01:46 +0000 Subject: [PATCH] scripts/generate-kernel-patch: Remove obsolete download_kernel() calls See also 0dceefe87878 ("qla2x00t, scripts: Introduce download_and_extract_kernel_tree()") / r8117. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8406 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 8ed1c4938..19b7589ee 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -499,8 +499,6 @@ add_file "iscsi-scst/README_in-tree" "Documentation/scst/README.iscsi" \ if [ "${qla2x00t}" = "true" ]; then - download_kernel "${kver3}" || exit $? - ( cd qla2x00t && ./generate-in-tree-patches "$1" ) for f in qla2x00t/in-tree-patches/"$1"/*.patch; do @@ -527,8 +525,6 @@ if [ "${qla2x00t}" = "true" ]; then elif [ "${qla2x00t_32gbit}" = "true" ]; then - download_kernel "${kver3}" || exit $? - ( cd qla2x00t-32gbit && ./generate-in-tree-patches "$1" ) for f in qla2x00t-32gbit/in-tree-patches/"$1"/*.patch; do