]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/mtd/maps/mtx-1_flash.c
x86/pci/acpi: fix DMI const-ification fallout
[mirror_ubuntu-zesty-kernel.git] / drivers / mtd / maps / mtx-1_flash.c
index 43f4416a611a274e108308bac9c196fc396e32e3..d884f2be28f6574fb45f19a7cd423bee4a81a1de 100644 (file)
@@ -1,14 +1,13 @@
 /*
  * Flash memory access on 4G Systems MTX-1 boards
  *
- * $Id: mtx-1_flash.c,v 1.1 2005/09/18 10:46:41 joern Exp $
+ * $Id: mtx-1_flash.c,v 1.2 2005/11/07 11:14:27 gleixner Exp $
  *
  * (C) 2005 Bruno Randolf <bruno.randolf@4g-systems.biz>
- * (C) 2005 Jörn Engel <joern@wohnheim.fh-wedel.de>
+ * (C) 2005 Jörn Engel <joern@wohnheim.fh-wedel.de>
  *
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/init.h>
@@ -66,7 +65,7 @@ int __init mtx1_mtd_init(void)
 
        mtx1_mtd->owner = THIS_MODULE;
 
-       ret = add_mtd_partitions(mtx1_mtd, mtx1_partitions, 
+       ret = add_mtd_partitions(mtx1_mtd, mtx1_partitions,
                        ARRAY_SIZE(mtx1_partitions));
        if (ret)
                goto err;