diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2011-01-01 07:53:09 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-03 01:19:38 -0500 |
commit | efef2e497717958d9c8bde24998c5a915dd04cd5 (patch) | |
tree | c8290b9fea39aee8b5e37f57956dc0e1cfb59386 /arch/sparc/prom/Makefile | |
parent | 743ceeed277c77a7e6751649ad0c4fa42af8063b (diff) |
sparc: drop prom/palloc.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 113e6302a6ec..8287bbe88768 100644 --- a/arch/sparc/prom/Makefile +++ b/arch/sparc/prom/Makefile | |||
@@ -9,7 +9,6 @@ lib-y += init_$(BITS).o | |||
9 | lib-$(CONFIG_SPARC32) += memory.o | 9 | lib-$(CONFIG_SPARC32) += memory.o |
10 | lib-y += misc_$(BITS).o | 10 | lib-y += misc_$(BITS).o |
11 | lib-$(CONFIG_SPARC32) += mp.o | 11 | lib-$(CONFIG_SPARC32) += mp.o |
12 | lib-$(CONFIG_SPARC32) += palloc.o | ||
13 | lib-$(CONFIG_SPARC32) += ranges.o | 12 | lib-$(CONFIG_SPARC32) += ranges.o |
14 | lib-$(CONFIG_SPARC32) += segment.o | 13 | lib-$(CONFIG_SPARC32) += segment.o |
15 | lib-y += console_$(BITS).o | 14 | lib-y += console_$(BITS).o |