diff options
author | Paul Gortmaker <[email protected]> | 2014-01-23 11:46:41 -0500 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2014-03-26 23:09:23 +0100 |
commit | d9c0390a28a1264a263b9fe35f82b4273cff156e (patch) | |
tree | c297f157357ed7a85893ca4ee510f34f7c3fc70e | |
parent | 0dae62edfdff50dac808df3fda1598724a5e1127 (diff) |
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 <[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]>
-rw-r--r-- | arch/mips/ar7/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ar7/time.c b/arch/mips/ar7/time.c index 1dc6c3b37f91..22c93213b233 100644 --- a/arch/mips/ar7/time.c +++ b/arch/mips/ar7/time.c @@ -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> |