diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mtd/blktrans.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mtd/blktrans.h b/include/linux/mtd/blktrans.h index d89b8fbba4c9..b481ccd7ff3c 100644 --- a/include/linux/mtd/blktrans.h +++ b/include/linux/mtd/blktrans.h | |||
@@ -10,6 +10,7 @@ | |||
10 | 10 | ||
11 | #include <linux/mutex.h> | 11 | #include <linux/mutex.h> |
12 | #include <linux/kref.h> | 12 | #include <linux/kref.h> |
13 | #include <linux/sysfs.h> | ||
13 | 14 | ||
14 | struct hd_geometry; | 15 | struct hd_geometry; |
15 | struct mtd_info; | 16 | struct mtd_info; |
@@ -28,6 +29,7 @@ struct mtd_blktrans_dev { | |||
28 | int open; | 29 | int open; |
29 | struct kref ref; | 30 | struct kref ref; |
30 | struct gendisk *disk; | 31 | struct gendisk *disk; |
32 | struct attribute_group *disk_attributes; | ||
31 | struct task_struct *thread; | 33 | struct task_struct *thread; |
32 | struct request_queue *rq; | 34 | struct request_queue *rq; |
33 | spinlock_t queue_lock; | 35 | spinlock_t queue_lock; |