diff options
Diffstat (limited to 'drivers/xen/manage.c')
-rw-r--r-- | drivers/xen/manage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/manage.c b/drivers/xen/manage.c index 07e857b0de13..af9c5594d315 100644 --- a/drivers/xen/manage.c +++ b/drivers/xen/manage.c | |||
@@ -264,5 +264,6 @@ static int __init setup_shutdown_event(void) | |||
264 | 264 | ||
265 | return 0; | 265 | return 0; |
266 | } | 266 | } |
267 | EXPORT_SYMBOL_GPL(xen_setup_shutdown_event); | ||
267 | 268 | ||
268 | subsys_initcall(setup_shutdown_event); | 269 | subsys_initcall(setup_shutdown_event); |