[PATCH] Fix gcc 4 compilation in drivers/eisa

From: Andi Kleen
Date: Sun Jan 09 2005 - 21:57:52 EST



Drop bogus -Werror to allow compilation with gcc 4

Signed-off-by: Andi Kleen <ak@xxxxxxx>


Index: linux/drivers/eisa/Makefile
===================================================================
--- linux.orig/drivers/eisa/Makefile 2004-03-21 21:11:50.%N +0100
+++ linux/drivers/eisa/Makefile 2005-01-09 18:51:02.%N +0100
@@ -1,8 +1,5 @@
# Makefile for the Linux device tree

-# Being anal sometimes saves a crash/reboot cycle... ;-)
-EXTRA_CFLAGS := -Werror
-
obj-$(CONFIG_EISA) += eisa-bus.o
obj-${CONFIG_EISA_PCI_EISA} += pci_eisa.o

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/