Commit 30a7caab authored by Jens Axboe's avatar Jens Axboe
Browse files

cdrom: export cdrom_check_events()


It's used by sr, so we need to export it.
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent c8d2e937
......@@ -1429,6 +1429,7 @@ unsigned int cdrom_check_events(struct cdrom_device_info *cdi,
cdi->vfs_events = 0;
return events;
}
EXPORT_SYMBOL(cdrom_check_events);
/* We want to make media_changed accessible to the user through an
* ioctl. The main problem now is that we must double-buffer the
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment