Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Restore init.h usage to arch/mips/ar7/time.c

Commit 0046be10e0c502705fc74d91408eba13a73bc201 ("mips: delete
non-required instances of include <linux/init.h>") inadvertently
removed an include that was actually correct. Restore it.

Note that it gets init.h implicitly anyway, so this is largely a
cosmetic fixup; no build regressions were caused by this.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6416/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Paul Gortmaker and committed by
Ralf Baechle
d9c0390a 0dae62ed

+1
+1
arch/mips/ar7/time.c
··· 18 18 * Setting up the clock on the MIPS boards. 19 19 */ 20 20 21 + #include <linux/init.h> 21 22 #include <linux/time.h> 22 23 #include <linux/err.h> 23 24 #include <linux/clk.h>