Skip to content

Commit

Permalink
MIPS: Restore init.h usage to arch/mips/ar7/time.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker authored and Ralf Baechle committed Mar 26, 2014
1 parent 0dae62e commit d9c0390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/ar7/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d9c0390

Please sign in to comment.