diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-05-21 16:09:36 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-21 16:09:36 +0200 |
commit | 39faa24688a0574bf2f89e1a0702c176f99bad1f (patch) | |
tree | 51153e616b5007522d755f03caf4a267ca59fc75 /arch/mips/powertv/pci/Makefile | |
parent | MIPS: Code formatting fixes. (diff) | |
download | linux-39faa24688a0574bf2f89e1a0702c176f99bad1f.tar.xz linux-39faa24688a0574bf2f89e1a0702c176f99bad1f.zip |
MIPS: Remove all -Wall and almost all -Werror usage from arch/mips.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/powertv/pci/Makefile')
-rw-r--r-- | arch/mips/powertv/pci/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/powertv/pci/Makefile b/arch/mips/powertv/pci/Makefile index 5783201cd2c8..2610a6af5b2c 100644 --- a/arch/mips/powertv/pci/Makefile +++ b/arch/mips/powertv/pci/Makefile @@ -17,5 +17,3 @@ # obj-$(CONFIG_PCI) += fixup-powertv.o - -ccflags-y := -Wall -Werror |