From a1a0f677489c03da2024f7e0e8d3bd3bf12de8b5 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Sun, 29 Apr 2012 07:36:35 +0000
Subject: [PATCH] adm5120: fix macronix bootloc patch

SVN-Revision: 31508
---
 .../adm5120/patches-3.3/101-cfi_fixup_macronix_bootloc.patch  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/adm5120/patches-3.3/101-cfi_fixup_macronix_bootloc.patch b/target/linux/adm5120/patches-3.3/101-cfi_fixup_macronix_bootloc.patch
index 5a7cc8e985..12f914a2a6 100644
--- a/target/linux/adm5120/patches-3.3/101-cfi_fixup_macronix_bootloc.patch
+++ b/target/linux/adm5120/patches-3.3/101-cfi_fixup_macronix_bootloc.patch
@@ -21,7 +21,7 @@
 +/*
 + * Some Macronix chips has no/bad bootblock information in the CFI table
 + */
-+static void fixup_macronix_bootloc(struct mtd_info *mtd, void* param)
++static void fixup_macronix_bootloc(struct mtd_info *mtd)
 +{
 +	struct map_info *map = mtd->priv;
 +	struct cfi_private *cfi = map->fldrv_priv;
@@ -60,7 +60,7 @@
  	{ CFI_MFR_ANY, CFI_ID_ANY, fixup_use_erase_chip },
  	{ CFI_MFR_ATMEL, AT49BV6416, fixup_use_atmel_lock },
 +#ifdef CONFIG_MTD_CFI_FIXUP_MACRONIX_BOOTLOC
-+	{ CFI_MFR_MACRONIX, CFI_ID_ANY, fixup_macronix_bootloc, NULL, },
++	{ CFI_MFR_MACRONIX, CFI_ID_ANY, fixup_macronix_bootloc },
 +#endif
  	{ 0, 0, NULL }
  };
-- 
2.30.2