Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[cascardo/linux.git] / drivers / mtd / chips / fwh_lock.h
index 89c6595..800b0e8 100644 (file)
@@ -101,7 +101,7 @@ static void fixup_use_fwh_lock(struct mtd_info *mtd)
 {
        printk(KERN_NOTICE "using fwh lock/unlock method\n");
        /* Setup for the chips with the fwh lock method */
-       mtd->lock   = fwh_lock_varsize;
-       mtd->unlock = fwh_unlock_varsize;
+       mtd->_lock   = fwh_lock_varsize;
+       mtd->_unlock = fwh_unlock_varsize;
 }
 #endif /* FWH_LOCK_H */