Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit faa5b9da authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Paul Mackerras
Browse files

[POWERPC] macintosh: Replace deprecated __initcall with device_initcall

parent 7012255a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ int __init adb_init(void)
	return 0;
}

__initcall(adb_init);
device_initcall(adb_init);

static int
do_adb_reset_bus(void)