X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fxen%2Fxen-balloon.c;h=596e6a7b17d68bc3ebf424cc11344da1cc32f1e5;hb=bc266185888e4033d8439b4fc6bdd14a41f4041e;hp=3832e303c33aca5ceabf0bb1540e02a28b7765bc;hpb=4f58cb90bcb04cfe18f524d1c9a65edef5eb3f51;p=~andy%2Flinux diff --git a/drivers/xen/xen-balloon.c b/drivers/xen/xen-balloon.c index 3832e303c33..596e6a7b17d 100644 --- a/drivers/xen/xen-balloon.c +++ b/drivers/xen/xen-balloon.c @@ -221,7 +221,7 @@ static int register_balloon(struct device *dev) { int i, error; - error = bus_register(&balloon_subsys); + error = subsys_system_register(&balloon_subsys, NULL); if (error) return error;