]> err.no Git - linux-2.6/blobdiff - arch/sh64/mach-cayman/setup.c
[POWERPC] pasemi: Broaden specific references to 1682M
[linux-2.6] / arch / sh64 / mach-cayman / setup.c
index 3ed87cd059d064e01da3949d9420d18a34818470..726c520d7eb98173f439a62e0d832e96577379ba 100644 (file)
  * lethal@linux-sh.org:          15th May 2003
  *    Use the generic procfs cpuinfo interface, just return a valid board name.
  */
-
-#include <linux/stddef.h>
 #include <linux/init.h>
-#include <linux/mm.h>
-#include <linux/bootmem.h>
-#include <linux/delay.h>
 #include <linux/kernel.h>
-#include <linux/seq_file.h>
-#include <asm/processor.h>
 #include <asm/platform.h>
-#include <asm/io.h>
 #include <asm/irq.h>
-#include <asm/page.h>
+#include <asm/io.h>
 
 /*
  * Platform Dependent Interrupt Priorities.
@@ -213,7 +205,7 @@ static int __init smsc_superio_setup(void)
        SMSC_SUPERIO_WRITE_INDEXED(0x00, 0xc7); /* GP47 = nIOWOP */
 #endif
 
-       /* Exit the configuraton state */
+       /* Exit the configuration state */
        outb(SMSC_EXIT_CONFIG_KEY, SMSC_CONFIG_PORT_ADDR);
 
        return 0;