MIPS: Restore init.h usage to arch/mips/ar7/time.c
authorPaul Gortmaker <[email protected]>
Thu, 23 Jan 2014 16:46:41 +0000 (11:46 -0500)
committerRalf Baechle <[email protected]>
Wed, 26 Mar 2014 22:09:23 +0000 (23:09 +0100)
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 <[email protected]>
Cc: John Crispin <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/6416/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/ar7/time.c

index 1dc6c3b37f91dd086505276373d44687474531dd..22c93213b233db0090a2c8175cee864f2cf62619 100644 (file)
@@ -18,6 +18,7 @@
  * Setting up the clock on the MIPS boards.
  */
 
+#include <linux/init.h>
 #include <linux/time.h>
 #include <linux/err.h>
 #include <linux/clk.h>