diff options
-rw-r--r-- | drivers/xen/xenbus/xenbus_probe_frontend.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/xen/xenbus/xenbus_probe_frontend.c b/drivers/xen/xenbus/xenbus_probe_frontend.c index ccd201f47927..3a4236524768 100644 --- a/drivers/xen/xenbus/xenbus_probe_frontend.c +++ b/drivers/xen/xenbus/xenbus_probe_frontend.c | |||
@@ -293,3 +293,5 @@ static int __init boot_wait_for_devices(void) | |||
293 | 293 | ||
294 | late_initcall(boot_wait_for_devices); | 294 | late_initcall(boot_wait_for_devices); |
295 | #endif | 295 | #endif |
296 | |||
297 | MODULE_LICENSE("GPL"); | ||