summaryrefslogtreecommitdiff
path: root/yaffs_linux.h
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-11-02 11:57:35 +1300
committerCharles Manning <cdhmanning@gmail.com>2010-11-02 11:57:35 +1300
commit976dbeae825b18e6759f3903073a6784248cc244 (patch)
tree7ea8633216286fe30f8093106a78dddeb1285a39 /yaffs_linux.h
parentcf6888f05f691aa1a357e7e94f9bf7b98174bbc3 (diff)
yaffs: More clean up
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_linux.h')
-rw-r--r--yaffs_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaffs_linux.h b/yaffs_linux.h
index 254a76e..2d808d7 100644
--- a/yaffs_linux.h
+++ b/yaffs_linux.h
@@ -21,7 +21,7 @@
struct yaffs_linux_context {
struct ylist_head context_list; /* List of these we have mounted */
- struct yaffs_dev_s *dev;
+ struct yaffs_dev *dev;
struct super_block * super;
struct task_struct *bg_thread; /* Background thread for this device */
int bg_running;