]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/platform/intel-mid: Move watchdog registration to arch_initcall()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 19 Jan 2017 19:24:25 +0000 (21:24 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 20 Jan 2017 09:07:42 +0000 (10:07 +0100)
commite2e2eabb68dfd00502bf8501b015862eb8b3f392
tree2a018ec88b030570776139a02e5ccdad8a00c494
parent939533955d1f1d51e8e37d7d675646ce9d55534b
x86/platform/intel-mid: Move watchdog registration to arch_initcall()

There is no need to choose a random initcall level for certainly
architecture dependent code.

Move watchdog registration to arch_initcall() from rootfs_initcall().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: http://lkml.kernel.org/r/20170119192425.189899-5-andriy.shevchenko@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/platform/intel-mid/device_libs/platform_mrfld_wdt.c