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/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/Makefile')
-rw-r--r-- | arch/mips/powertv/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/powertv/Makefile b/arch/mips/powertv/Makefile index 348d2e850ef5..39ca9f8d63ae 100644 --- a/arch/mips/powertv/Makefile +++ b/arch/mips/powertv/Makefile @@ -27,5 +27,3 @@ obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ asic/ pci/ obj-$(CONFIG_USB) += powertv-usb.o - -ccflags-y := -Wall |