Commit 41283984 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] Fix gcc 4 compilation in drivers/eisa

Drop -Werror to allow compilation with gcc 4
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bedbee2b
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment