From: Andrew Morton err, no. Cc: Jiri Slaby Cc: Alan Cox Signed-off-by: Andrew Morton --- Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN Makefile~char-istallion-correct-fail-paths-fix Makefile --- a/Makefile~char-istallion-correct-fail-paths-fix +++ a/Makefile @@ -313,7 +313,7 @@ LINUXINCLUDE := -Iinclude \ CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE) CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ - -fno-strict-aliasing -fno-common -W -Wno-unused + -fno-strict-aliasing -fno-common AFLAGS := -D__ASSEMBLY__ # Read KERNELRELEASE from include/config/kernel.release (if it exists) _