Files
android_kernel_xiaomi_sm8450/arch/sh/kernel
Paul Gortmaker 7a65a34fae sh: make time.c explicitly non-modular
The Makefile currently controlling compilation of this code is:

obj-y   := debugtraps.o dma-nommu.o dumpstack.o                 \
[...]
           syscalls_$(BITS).o time.o topology.o traps.o         \
           traps_$(BITS).o unwinder.o

....meaning that it currently is not being built as a module by anyone.

Lets remove the couple traces of modular code, so that when reading
the driver there is no doubt it is builtin-only.

Since module_init translates to device_initcall in the non-modular
case, the init ordering remains unchanged with this commit.

Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Rich Felker <dalias@libc.org>
2016-07-31 03:33:32 +00:00
..
2012-03-28 16:36:37 +02:00
2010-01-12 15:22:26 +09:00
2014-06-04 16:53:52 -07:00
2010-06-02 16:31:42 +09:00
2010-11-01 09:49:04 -04:00
2010-10-07 14:08:55 +01:00
2014-06-04 16:53:52 -07:00
2012-05-21 17:54:01 +09:00
2009-09-01 17:38:32 +09:00
2016-05-20 17:58:30 -07:00
2010-06-14 15:16:53 +09:00
2012-03-28 18:30:03 +01:00
2009-03-18 18:57:43 +09:00
2016-03-17 19:45:44 +00:00
2009-03-10 12:55:40 +09:00
2016-07-31 03:33:32 +00:00
2011-07-26 16:49:47 -07:00