Skip to content

Commit

Permalink
sh: compile fixes for header cleanup.
Browse files Browse the repository at this point in the history
Since some header inclusion paths were cleaned up, compilation
broke. Add in the headers we need directly to build again.

Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
pmundt committed Dec 6, 2006
1 parent 5b67954 commit 65e5d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sh/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/profile.h>
#include <linux/timex.h>
#include <linux/sched.h>
#include <asm/clock.h>
#include <asm/rtc.h>
#include <asm/timer.h>
Expand Down

0 comments on commit 65e5d90

Please sign in to comment.