mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
* 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen: xen/balloon: Move the registration from device to subsystem.
This commit is contained in:
commit
00b1d444af
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ static int register_balloon(struct device *dev)
|
||||||
{
|
{
|
||||||
int i, error;
|
int i, error;
|
||||||
|
|
||||||
error = bus_register(&balloon_subsys);
|
error = subsys_system_register(&balloon_subsys, NULL);
|
||||||
if (error)
|
if (error)
|
||||||
return error;
|
return error;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue