diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-18 12:51:52 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 09:38:21 -0400 |
commit | e0eb730757665d7e8ec0e79d9042a9311f3edb7e (patch) | |
tree | 21efae4299822041f1736abcf13dfe7e1ed349fc /arch | |
parent | 94a4c32939dede9328c6e4face335eb8441fc18d (diff) |
[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')
-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 @@ | |||
19 | #include <linux/module.h> | 19 | #include <linux/module.h> |
20 | #include <linux/clk.h> | 20 | #include <linux/clk.h> |
21 | #include <linux/err.h> | 21 | #include <linux/err.h> |
22 | #include <linux/gpio.h> | ||
22 | #include <asm/bootinfo.h> | 23 | #include <asm/bootinfo.h> |
24 | #include <asm/time.h> | ||
23 | #include <asm/txx9/generic.h> | 25 | #include <asm/txx9/generic.h> |
24 | #ifdef CONFIG_CPU_TX49XX | 26 | #ifdef CONFIG_CPU_TX49XX |
25 | #include <asm/txx9/tx4938.h> | 27 | #include <asm/txx9/tx4938.h> |