[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230310160757.199253-6-thuth@redhat.com>
Date: Fri, 10 Mar 2023 17:07:57 +0100
From: Thomas Huth <thuth@...hat.com>
To: linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>
Cc: linux-arch@...r.kernel.org, Chas Williams <3chas3@...il.com>,
Palmer Dabbelt <palmer@...belt.com>,
linux-block@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-atm-general@...ts.sourceforge.net, netdev@...r.kernel.org,
Christoph Hellwig <hch@...radead.org>
Subject: [PATCH v2 5/5] scripts: Update the CONFIG_* ignore list in headers_install.sh
The file in include/uapi/linux/ have been cleaned in the previous patches,
so we can now remove these entries from the CONFIG_* ignore-list.
Signed-off-by: Thomas Huth <thuth@...hat.com>
---
scripts/headers_install.sh | 4 ----
1 file changed, 4 deletions(-)
diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh
index 4041881746ad..36b56b746fce 100755
--- a/scripts/headers_install.sh
+++ b/scripts/headers_install.sh
@@ -83,10 +83,6 @@ arch/nios2/include/uapi/asm/swab.h:CONFIG_NIOS2_CI_SWAB_SUPPORT
arch/x86/include/uapi/asm/auxvec.h:CONFIG_IA32_EMULATION
arch/x86/include/uapi/asm/auxvec.h:CONFIG_X86_64
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.31.1
Powered by blists - more mailing lists