Skip to content

Commit

Permalink
MIPS: DEC: remove unbuildable promcon.c
Browse files Browse the repository at this point in the history
promcon.o is built if CONFIG_PROM_CONSOLE is set. But there's no Kconfig
symbol PROM_CONSOLE, so promcon.c is unbuildable. Remove it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/5344/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Paul Bolle authored and Ralf Baechle committed Jun 17, 2013
1 parent 0e6ecc1 commit 9601cd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
1 change: 0 additions & 1 deletion arch/mips/dec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
obj-y := ecc-berr.o int-handler.o ioasic-irq.o kn01-berr.o \
kn02-irq.o kn02xa-berr.o reset.o setup.o time.o

obj-$(CONFIG_PROM_CONSOLE) += promcon.o
obj-$(CONFIG_TC) += tc.o
obj-$(CONFIG_CPU_HAS_WB) += wbflush.o
54 changes: 0 additions & 54 deletions arch/mips/dec/promcon.c

This file was deleted.

0 comments on commit 9601cd1

Please sign in to comment.