scripts: headers_install.sh: remove left-over due to now gone pktcdvd shortcomings

Message ID 20221209091554.22403-1-lukas.bulwahn@gmail.com
State New
Headers
Series scripts: headers_install.sh: remove left-over due to now gone pktcdvd shortcomings |

Commit Message

Lukas Bulwahn Dec. 9, 2022, 9:15 a.m. UTC
  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@gmail.com>
---
 scripts/headers_install.sh | 1 -
 1 file changed, 1 deletion(-)
  

Patch

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