projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab0647
)
xen: arm: remove redundant declation of arch_get_xen_caps
author
Ian Campbell
<ian.campbell@citrix.com>
Wed, 20 May 2015 12:05:28 +0000
(13:05 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 20 May 2015 12:05:28 +0000
(13:05 +0100)
It was recently commented out, but just remove it instead.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
xen/include/asm-arm/setup.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/setup.h
b/xen/include/asm-arm/setup.h
index 0dee41be045ce5f7c274c3b5068eb2a583e7aafe..81bb3dad9f9e648e3a7ee0d9198e35ced822d173 100644
(file)
--- a/
xen/include/asm-arm/setup.h
+++ b/
xen/include/asm-arm/setup.h
@@
-51,8
+51,6
@@
void arch_init_memory(void);
void copy_from_paddr(void *dst, paddr_t paddr, unsigned long len);
-//void arch_get_xen_caps(xen_capabilities_info_t *info);
-
int construct_dom0(struct domain *d);
void discard_initial_modules(void);