[PATCH 24/73] m68k: don't use module_init in non-modular mvme16x/rtc.c code

2014-01-21 Thread Paul Gortmaker
The rtc.o is built for obj-y, i.e. always built in. It will never be modular, so using module_init as an alias for __initcall can be somewhat misleading. Fix this up now, so that we can relocate module_init from init.h into module.h in the future. If we don't do this, we'd have to add module.h

[PATCH 24/73] m68k: don't use module_init in non-modular mvme16x/rtc.c code

2014-01-21 Thread Paul Gortmaker
The rtc.o is built for obj-y, i.e. always built in. It will never be modular, so using module_init as an alias for __initcall can be somewhat misleading. Fix this up now, so that we can relocate module_init from init.h into module.h in the future. If we don't do this, we'd have to add module.h