diff --git a/Makefile b/Makefile
index 05cb0ec3ea941f25f77e54649cd331dae579ae31..cf30a8b6463e5d41ac82561a58a1a19bc44c9b32 100644
--- a/Makefile
+++ b/Makefile
@@ -870,7 +870,6 @@ KBUILD_RUSTFLAGS-$(CONFIG_WERROR) += -Dwarnings
 KBUILD_RUSTFLAGS += $(KBUILD_RUSTFLAGS-y)
 
 ifdef CONFIG_CC_IS_CLANG
-KBUILD_CPPFLAGS += -Qunused-arguments
 # The kernel builds with '-std=gnu11' so use of GNU extensions is acceptable.
 KBUILD_CFLAGS += -Wno-gnu
 else