diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-18 18:51:52 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 15:38:21 +0200 |
commit | e0eb730757665d7e8ec0e79d9042a9311f3edb7e (patch) | |
tree | 21efae4299822041f1736abcf13dfe7e1ed349fc /arch/mips | |
parent | [MIPS] TXx9: Add 64-bit support (diff) | |
download | linux-e0eb730757665d7e8ec0e79d9042a9311f3edb7e.tar.xz linux-e0eb730757665d7e8ec0e79d9042a9311f3edb7e.zip |
[MIPS] TXx9: Fix some sparse warnings
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/txx9/generic/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c index 3715a8f5ea44..8c60c78b9a9e 100644 --- a/arch/mips/txx9/generic/setup.c +++ b/arch/mips/txx9/generic/setup.c @@ -19,7 +19,9 @@ #include <linux/module.h> #include <linux/clk.h> #include <linux/err.h> +#include <linux/gpio.h> #include <asm/bootinfo.h> +#include <asm/time.h> #include <asm/txx9/generic.h> #ifdef CONFIG_CPU_TX49XX #include <asm/txx9/tx4938.h> |