forked from Minki/linux
cdrom: export cdrom_check_events()
It's used by sr, so we need to export it. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
This commit is contained in:
parent
c8d2e93735
commit
30a7caabbb
@ -1429,6 +1429,7 @@ unsigned int cdrom_check_events(struct cdrom_device_info *cdi,
|
|||||||
cdi->vfs_events = 0;
|
cdi->vfs_events = 0;
|
||||||
return events;
|
return events;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(cdrom_check_events);
|
||||||
|
|
||||||
/* We want to make media_changed accessible to the user through an
|
/* We want to make media_changed accessible to the user through an
|
||||||
* ioctl. The main problem now is that we must double-buffer the
|
* ioctl. The main problem now is that we must double-buffer the
|
||||||
|
Loading…
Reference in New Issue
Block a user