projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea329b0
)
arm: drop redundant declaration of arch_get_xen_caps()
author
Jan Beulich
<jbeulich@suse.com>
Wed, 20 May 2015 11:39:39 +0000
(13:39 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Wed, 20 May 2015 11:39:39 +0000
(13:39 +0200)
It's being declared in xen/hypercall.h, and the duplication causes a
build failure with commit
8ddb99287c
.
Signed-off-by: Jan Beulich <jbeulich@suse.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 ba5a67d4df2e2d5bcff2caf704e8533b89b0c257..0dee41be045ce5f7c274c3b5068eb2a583e7aafe 100644
(file)
--- a/
xen/include/asm-arm/setup.h
+++ b/
xen/include/asm-arm/setup.h
@@
-51,7
+51,7
@@
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);
+
//
void arch_get_xen_caps(xen_capabilities_info_t *info);
int construct_dom0(struct domain *d);