diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-19 01:51:52 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 14:38:21 +0100 |
commit | e0eb730757665d7e8ec0e79d9042a9311f3edb7e (patch) | |
tree | 21efae4299822041f1736abcf13dfe7e1ed349fc /arch/mips/txx9/generic | |
parent | 94a4c32939dede9328c6e4face335eb8441fc18d (diff) | |
download | op-kernel-dev-e0eb730757665d7e8ec0e79d9042a9311f3edb7e.zip op-kernel-dev-e0eb730757665d7e8ec0e79d9042a9311f3edb7e.tar.gz |
[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/txx9/generic')
-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 3715a8f..8c60c78 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> |