summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/nvram.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-10-14 22:54:36 (GMT)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-10-30 06:21:28 (GMT)
commitae7dd0208f62f1d6db4c49b85e54fa7bbed0ea4e (patch)
tree67db9c8774453313d7c03a193f31c164f6d6c56a /arch/powerpc/include/asm/nvram.h
parent0682d6c1044e8a54aafdc6282d44c0c436da208f (diff)
downloadlinux-fsl-qoriq-ae7dd0208f62f1d6db4c49b85e54fa7bbed0ea4e.tar.xz
powerpc/nvram_64: Remove unused code
nvram_find_partition() has no user. The call site was removed in the arch/powerpc move, but the function stayed. Remove it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: linuxppc-dev@ozlabs.org Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/nvram.h')
-rw-r--r--arch/powerpc/include/asm/nvram.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/nvram.h b/arch/powerpc/include/asm/nvram.h
index 6c587ed..850b72f 100644
--- a/arch/powerpc/include/asm/nvram.h
+++ b/arch/powerpc/include/asm/nvram.h
@@ -73,7 +73,6 @@ extern int nvram_write_error_log(char * buff, int length,
extern int nvram_read_error_log(char * buff, int length,
unsigned int * err_type, unsigned int *err_seq);
extern int nvram_clear_error_log(void);
-extern struct nvram_partition *nvram_find_partition(int sig, const char *name);
extern int pSeries_nvram_init(void);