projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
560285c
)
powerpc: Remove stale function prototypes from setup.h
author
Anton Blanchard
<anton@samba.org>
Thu, 1 Nov 2012 14:55:55 +0000
(14:55 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 15 Nov 2012 02:00:54 +0000
(13:00 +1100)
I noticed a couple of function prototypes for functions that
no longer exist. Remove them.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/setup.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/setup.h
b/arch/powerpc/include/asm/setup.h
index 8568c69364cc58c88de2cd48eabeefbedcca0f2b..d3ca85529b8b73a134d6e97811c8cd8a73a3845a 100644
(file)
--- a/
arch/powerpc/include/asm/setup.h
+++ b/
arch/powerpc/include/asm/setup.h
@@
-13,10
+13,6
@@
extern unsigned long long memory_limit;
extern unsigned long klimit;
extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask);
-extern void via_cuda_init(void);
-extern void read_rtc_time(void);
-extern void pmac_find_display(void);
-
struct device_node;
extern void note_scsi_host(struct device_node *, void *);