projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2270e6d
)
metag: prom.h: remove declaration of metag_dt_memblock_reserve()
author
James Hogan
<james.hogan@imgtec.com>
Wed, 20 Feb 2013 14:19:54 +0000
(14:19 +0000)
committer
James Hogan
<james.hogan@imgtec.com>
Sat, 2 Mar 2013 20:11:17 +0000
(20:11 +0000)
Metag doesn't have a metag_dt_memblock_reserve() function so remove the
declaration from asm/prom.h.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/include/asm/prom.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/metag/include/asm/prom.h
b/arch/metag/include/asm/prom.h
index ccac97e865d0d7a95eb1fe9368ebe81fcefa1999..d2aa35d2228e5347d79ab8b201d91121269ade4b 100644
(file)
--- a/
arch/metag/include/asm/prom.h
+++ b/
arch/metag/include/asm/prom.h
@@
-19,6
+19,5
@@
extern struct machine_desc *setup_machine_fdt(void *dt);
extern void copy_fdt(void);
-extern void metag_dt_memblock_reserve(void);
#endif /* __ASM_METAG_PROM_H */