[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221209091554.22403-1-lukas.bulwahn@gmail.com>
Date: Fri, 9 Dec 2022 10:15:54 +0100
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] scripts: headers_install.sh: remove left-over due to now gone pktcdvd shortcomings
Commit f40eb99897af ("pktcdvd: remove driver.") removes the pktcdvd driver,
including the config CDROM_PKTCDVD and CDROM_PKTCDVD_WCACHE, and the uapi
header file.
Remove some further unneeded left-over due to now gone pktcdvd shortcomings
in the headers_install.sh script.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
scripts/headers_install.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh
index 4041881746ad..ad5930cab251 100755
--- a/scripts/headers_install.sh
+++ b/scripts/headers_install.sh
@@ -86,7 +86,6 @@ arch/x86/include/uapi/asm/mman.h:CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS
include/uapi/linux/atmdev.h:CONFIG_COMPAT
include/uapi/linux/eventpoll.h:CONFIG_PM_SLEEP
include/uapi/linux/hw_breakpoint.h:CONFIG_HAVE_MIXED_BREAKPOINTS_REGS
-include/uapi/linux/pktcdvd.h:CONFIG_CDROM_PKTCDVD_WCACHE
"
for c in $configs
--
2.17.1
Powered by blists - more mailing lists