From d9c0390a28a1264a263b9fe35f82b4273cff156e Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Thu, 23 Jan 2014 11:46:41 -0500 Subject: MIPS: Restore init.h usage to arch/mips/ar7/time.c Commit 0046be10e0c502705fc74d91408eba13a73bc201 ("mips: delete non-required instances of include ") 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 Cc: John Crispin Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6416/ Signed-off-by: Ralf Baechle --- arch/mips/ar7/time.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/ar7/time.c') 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 #include #include #include -- cgit