X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=drivers%2Fxen%2Fballoon.c;h=9781e0dd59d6fc6a1b02da5e51e516e27ccafad1;hb=16b02d711f4059b8338ef967064195b47cae65ea;hp=7c8a2cf16f58b440bd4a7f23053fd6dea199f810;hpb=87cf815b9e78af20bf139aa7536b42be2ce405c5;p=cascardo%2Flinux.git diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c index 7c8a2cf16f58..9781e0dd59d6 100644 --- a/drivers/xen/balloon.c +++ b/drivers/xen/balloon.c @@ -42,7 +42,6 @@ #include #include #include -#include #include #include #include @@ -760,7 +759,4 @@ static int __init balloon_init(void) return 0; } - subsys_initcall(balloon_init); - -MODULE_LICENSE("GPL");