summaryrefslogtreecommitdiff
path: root/drivers/mtd/chips/map_rom.c
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-08-08 20:19:42 (GMT)
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-08-08 20:19:42 (GMT)
commit6ae0185fe201eae0548dace2a84acb5050fc8606 (patch)
treef06bfb2302f84f178875d710c9ebb6425011fe2b /drivers/mtd/chips/map_rom.c
parenta1452a3771c4eb85bd779790b040efdc36f4274e (diff)
downloadlinux-fsl-qoriq-6ae0185fe201eae0548dace2a84acb5050fc8606.tar.xz
mtd: Remove obsolete <mtd/compatmac.h> include
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/chips/map_rom.c')
-rw-r--r--drivers/mtd/chips/map_rom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/chips/map_rom.c b/drivers/mtd/chips/map_rom.c
index 076090a..593f73d 100644
--- a/drivers/mtd/chips/map_rom.c
+++ b/drivers/mtd/chips/map_rom.c
@@ -13,7 +13,6 @@
#include <linux/init.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
-#include <linux/mtd/compatmac.h>
static int maprom_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *);
static int maprom_write (struct mtd_info *, loff_t, size_t, size_t *, const u_char *);