X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fxen%2Fxen-balloon.c;h=79865b8901baa29cf9427eb2237fad364c44bb31;hb=106eaa8e6e19cbaff34c99c9996d61634fb44b0d;hp=39e7ef8d39579e12f3912571ce6fb832e503ee77;hpb=ec0337e089b21d1d81e23d31807a9b02df11daac;p=mirror_ubuntu-zesty-kernel.git diff --git a/drivers/xen/xen-balloon.c b/drivers/xen/xen-balloon.c index 39e7ef8d3957..79865b8901ba 100644 --- a/drivers/xen/xen-balloon.c +++ b/drivers/xen/xen-balloon.c @@ -33,7 +33,9 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include -#include +#include +#include +#include #include #include @@ -109,14 +111,6 @@ static int __init balloon_init(void) } subsys_initcall(balloon_init); -static void balloon_exit(void) -{ - /* XXX - release balloon here */ - return; -} - -module_exit(balloon_exit); - #define BALLOON_SHOW(name, format, args...) \ static ssize_t show_##name(struct device *dev, \ struct device_attribute *attr, \ @@ -250,5 +244,3 @@ static int register_balloon(struct device *dev) return 0; } - -MODULE_LICENSE("GPL");