diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2011-01-01 07:53:08 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-03 01:19:38 -0500 |
commit | 743ceeed277c77a7e6751649ad0c4fa42af8063b (patch) | |
tree | 05744af2c4382e19e367530f472fc6986d73d6a4 /arch/sparc/prom/Makefile | |
parent | bce5feeab418fb1df9ce1c3fcc14f0aacf740208 (diff) |
sparc: drop prom/devmap.c
None of the functions was used.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/prom/Makefile')
-rw-r--r-- | arch/sparc/prom/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/prom/Makefile b/arch/sparc/prom/Makefile index 816c0fa12dc0..113e6302a6ec 100644 --- a/arch/sparc/prom/Makefile +++ b/arch/sparc/prom/Makefile | |||
@@ -5,7 +5,6 @@ asflags := -ansi | |||
5 | ccflags := -Werror | 5 | ccflags := -Werror |
6 | 6 | ||
7 | lib-y := bootstr_$(BITS).o | 7 | lib-y := bootstr_$(BITS).o |
8 | lib-$(CONFIG_SPARC32) += devmap.o | ||
9 | lib-y += init_$(BITS).o | 8 | lib-y += init_$(BITS).o |
10 | lib-$(CONFIG_SPARC32) += memory.o | 9 | lib-$(CONFIG_SPARC32) += memory.o |
11 | lib-y += misc_$(BITS).o | 10 | lib-y += misc_$(BITS).o |