]> Pileus Git - ~andy/linux/commitdiff
xen: remove cast from HYPERVISOR_shared_info assignment
authorOlaf Hering <olaf@aepfle.de>
Tue, 17 Jul 2012 09:57:41 +0000 (11:57 +0200)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 19 Jul 2012 19:52:03 +0000 (15:52 -0400)
Both have type struct shared_info so no cast is needed.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/enlighten.c

index 9c808693afad43108775d60b3ccbbcb91965bf83..affa94b29d08a7768effde7ac5028a4857f705e6 100644 (file)
@@ -108,7 +108,7 @@ EXPORT_SYMBOL_GPL(xen_have_vector_callback);
  * Point at some empty memory to start with. We map the real shared_info
  * page as soon as fixmap is up and running.
  */
-struct shared_info *HYPERVISOR_shared_info = (void *)&xen_dummy_shared_info;
+struct shared_info *HYPERVISOR_shared_info = &xen_dummy_shared_info;
 
 /*
  * Flag to determine whether vcpu info placement is available on all