diff options
author | Dmitry Pervushin <dpervushin@embeddedalley.com> | 2009-04-29 11:29:44 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-06-02 06:53:35 -0400 |
commit | 518ceef0c9ca97023e45ae46aedaefa240c690a6 (patch) | |
tree | 6086ce9a6177bd0e4ef4da50e0205bbc8a5e5cc3 /drivers/mtd/ubi/cdev.c | |
parent | 0e0ee1cc33de8f0cc603269b354085dee340afa0 (diff) |
UBI: remove built-in gluebi
Remove built-in gluebi support. This is a preparation for a
standalone glubi module support
Signed-off-by: Dmitry Pervushin <dpervushin@embeddedalley.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd/ubi/cdev.c')
-rw-r--r-- | drivers/mtd/ubi/cdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/cdev.c b/drivers/mtd/ubi/cdev.c index 631983615f11..f237ddbb2713 100644 --- a/drivers/mtd/ubi/cdev.c +++ b/drivers/mtd/ubi/cdev.c | |||
@@ -395,7 +395,6 @@ static ssize_t vol_cdev_write(struct file *file, const char __user *buf, | |||
395 | vol->corrupted = 1; | 395 | vol->corrupted = 1; |
396 | } | 396 | } |
397 | vol->checked = 1; | 397 | vol->checked = 1; |
398 | ubi_gluebi_updated(vol); | ||
399 | ubi_volume_notify(ubi, vol, UBI_VOLUME_UPDATED); | 398 | ubi_volume_notify(ubi, vol, UBI_VOLUME_UPDATED); |
400 | revoke_exclusive(desc, UBI_READWRITE); | 399 | revoke_exclusive(desc, UBI_READWRITE); |
401 | } | 400 | } |