diff options
Diffstat (limited to 'drivers/xen/xen-balloon.c')
-rw-r--r-- | drivers/xen/xen-balloon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/xen/xen-balloon.c b/drivers/xen/xen-balloon.c index a4ff225ee868..5c9dc43c1e94 100644 --- a/drivers/xen/xen-balloon.c +++ b/drivers/xen/xen-balloon.c | |||
@@ -98,6 +98,8 @@ static int __init balloon_init(void) | |||
98 | 98 | ||
99 | register_balloon(&balloon_sysdev); | 99 | register_balloon(&balloon_sysdev); |
100 | 100 | ||
101 | register_xen_selfballooning(&balloon_sysdev); | ||
102 | |||
101 | target_watch.callback = watch_target; | 103 | target_watch.callback = watch_target; |
102 | xenstore_notifier.notifier_call = balloon_init_watcher; | 104 | xenstore_notifier.notifier_call = balloon_init_watcher; |
103 | 105 | ||