aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2006-11-16 11:29:39 +0900
committerKyungmin Park <kyungmin.park@samsung.com>2006-11-16 11:29:39 +0900
commit08f782b60a633cbd926ef5e49de303a752390719 (patch)
tree927c3269661438faf438e7c3096edd9fa02086dd /include/linux/mtd
parentMTD: OneNAND: interrupt based wait support (diff)
downloadlinux-dev-08f782b60a633cbd926ef5e49de303a752390719.tar.xz
linux-dev-08f782b60a633cbd926ef5e49de303a752390719.zip
[MTD] OneNAND: lock support
Now you can use mtd lock inferface on OneNAND The idea is from Nemakal, Vijaya, thanks Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/onenand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mtd/onenand.h b/include/linux/mtd/onenand.h
index df963f1f6f87..62ca0f429822 100644
--- a/include/linux/mtd/onenand.h
+++ b/include/linux/mtd/onenand.h
@@ -34,7 +34,6 @@ typedef enum {
FL_WRITING,
FL_ERASING,
FL_SYNCING,
- FL_UNLOCKING,
FL_LOCKING,
FL_RESETING,
FL_OTPING,