aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/grant-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/grant-table.c')
-rw-r--r--drivers/xen/grant-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c
index b91f14e83164..7038de53652b 100644
--- a/drivers/xen/grant-table.c
+++ b/drivers/xen/grant-table.c
@@ -1239,7 +1239,7 @@ int gnttab_init(void)
1239} 1239}
1240EXPORT_SYMBOL_GPL(gnttab_init); 1240EXPORT_SYMBOL_GPL(gnttab_init);
1241 1241
1242static int __devinit __gnttab_init(void) 1242static int __gnttab_init(void)
1243{ 1243{
1244 /* Delay grant-table initialization in the PV on HVM case */ 1244 /* Delay grant-table initialization in the PV on HVM case */
1245 if (xen_hvm_domain()) 1245 if (xen_hvm_domain())