aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/ubi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/ubi/ubi.h')
-rw-r--r--drivers/mtd/ubi/ubi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h
index 994233d6e1e3..21c028366fd2 100644
--- a/drivers/mtd/ubi/ubi.h
+++ b/drivers/mtd/ubi/ubi.h
@@ -235,7 +235,7 @@ struct ubi_wl_entry;
235 235
236/** 236/**
237 * struct ubi_device - UBI device description structure 237 * struct ubi_device - UBI device description structure
238 * @dev: class device object to use the the Linux device model 238 * @dev: UBI device object to use the the Linux device model
239 * @cdev: character device object to create character device 239 * @cdev: character device object to create character device
240 * @ubi_num: UBI device number 240 * @ubi_num: UBI device number
241 * @ubi_name: UBI device name 241 * @ubi_name: UBI device name
@@ -398,6 +398,7 @@ struct ubi_device {
398 398
399extern struct kmem_cache *ubi_ltree_slab; 399extern struct kmem_cache *ubi_ltree_slab;
400extern struct kmem_cache *ubi_wl_entry_slab; 400extern struct kmem_cache *ubi_wl_entry_slab;
401extern struct file_operations ubi_ctrl_cdev_operations;
401extern struct file_operations ubi_cdev_operations; 402extern struct file_operations ubi_cdev_operations;
402extern struct file_operations ubi_vol_cdev_operations; 403extern struct file_operations ubi_vol_cdev_operations;
403extern struct ubi_device *ubi_devices[]; 404extern struct ubi_device *ubi_devices[];