diff options
Diffstat (limited to 'drivers/xen/grant-table.c')
-rw-r--r-- | drivers/xen/grant-table.c | 2 |
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 | } |
1240 | EXPORT_SYMBOL_GPL(gnttab_init); | 1240 | EXPORT_SYMBOL_GPL(gnttab_init); |
1241 | 1241 | ||
1242 | static int __devinit __gnttab_init(void) | 1242 | static 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()) |