diff options
| -rw-r--r-- | drivers/xen/xen-balloon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/xen-balloon.c b/drivers/xen/xen-balloon.c index 3832e303c33a..596e6a7b17d6 100644 --- a/drivers/xen/xen-balloon.c +++ b/drivers/xen/xen-balloon.c | |||
| @@ -221,7 +221,7 @@ static int register_balloon(struct device *dev) | |||
| 221 | { | 221 | { |
| 222 | int i, error; | 222 | int i, error; |
| 223 | 223 | ||
| 224 | error = bus_register(&balloon_subsys); | 224 | error = subsys_system_register(&balloon_subsys, NULL); |
| 225 | if (error) | 225 | if (error) |
| 226 | return error; | 226 | return error; |
| 227 | 227 | ||
