fs: introduce f_op->mmap_capabilities for nommu mmap support
[linux-2.6-block.git] / include / linux / cdev.h
index fb4591977b039a80587fa79d899c2f86d632657b..f8763615a5f2dc87073cbaa49e64a9e6a1ebe5e4 100644 (file)
@@ -30,6 +30,4 @@ void cdev_del(struct cdev *);
 
 void cd_forget(struct inode *);
 
-extern struct backing_dev_info directly_mappable_cdev_bdi;
-
 #endif