]> err.no Git - linux-2.6/blobdiff - drivers/mtd/maps/h720x-flash.c
Merge commit 'v2.6.27-rc3' into x86/urgent
[linux-2.6] / drivers / mtd / maps / h720x-flash.c
index 0667101ccbe1df53ef15e8baf88655b1bdf0496f..35fef655ccc4c8e5cbfe55eae84f6aead0456b32 100644 (file)
@@ -2,13 +2,10 @@
  * Flash memory access on Hynix GMS30C7201/HMS30C7202 based
  * evaluation boards
  *
- * $Id: h720x-flash.c,v 1.12 2005/11/07 11:14:27 gleixner Exp $
- *
  * (C) 2002 Jungjun Kim <jungjun.kim@hynix.com>
  *     2003 Thomas Gleixner <tglx@linutronix.de>
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
@@ -19,7 +16,7 @@
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/map.h>
 #include <linux/mtd/partitions.h>
-#include <asm/hardware.h>
+#include <mach/hardware.h>
 #include <asm/io.h>
 
 static struct mtd_info *mymtd;