diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2008-04-23 20:43:55 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 18:14:28 +0200 |
commit | ce28f94ca5a9ba3cd6bdcc47b52ea1b7a3bd933b (patch) | |
tree | 7226710ddbbbe6cdbde79567cb702bcf6173a7c8 /arch/mips/au1000/common/prom.c | |
parent | [MIPS] malta_int.c: make 4 variables static (diff) | |
download | linux-ce28f94ca5a9ba3cd6bdcc47b52ea1b7a3bd933b.tar.xz linux-ce28f94ca5a9ba3cd6bdcc47b52ea1b7a3bd933b.zip |
[MIPS] Alchemy: kill useless #include's, #define's and extern's
Go thru the Alchemy code and hunt down every unneeded #include, #define, and
extern (some of which refer to already long dead functions).
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/au1000/common/prom.c')
-rw-r--r-- | arch/mips/au1000/common/prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/prom.c b/arch/mips/au1000/common/prom.c index 90d70695aa60..f10af829e4ec 100644 --- a/arch/mips/au1000/common/prom.c +++ b/arch/mips/au1000/common/prom.c @@ -33,8 +33,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 675 Mass Ave, Cambridge, MA 02139, USA. */ + #include <linux/module.h> -#include <linux/kernel.h> #include <linux/init.h> #include <linux/string.h> |