[PATCH 10/73] powerpc: use device_initcall for registering rtc devices
Geoff Levand
geoff at infradead.org
Wed Jan 22 10:48:05 EST 2014
Hi Paul,
On Tue, 2014-01-21 at 16:22 -0500, Paul Gortmaker wrote:
> Currently these two RTC devices are in core platform code
> where it is not possible for them to be modular. It will
> never be modular, so using module_init as an alias for
> __initcall can be somewhat misleading.
>
> arch/powerpc/kernel/time.c | 2 +-
> arch/powerpc/platforms/ps3/time.c | 3 +--
> 2 files changed, 2 insertions(+), 3 deletions(-)
I tested the PS3 part of this patch and it seems to work OK.
Acked-by: Geoff Levand <geoff at infradead.org>
More information about the Linuxppc-dev
mailing list