diff options
| author | Jens Axboe <jaxboe@fusionio.com> | 2010-12-16 11:58:50 -0500 |
|---|---|---|
| committer | Jens Axboe <jaxboe@fusionio.com> | 2010-12-16 11:58:50 -0500 |
| commit | 30a7caabbb8e8702b9cf453fee83f773d8b3430d (patch) | |
| tree | 8bd4066d4be609d914ae98419e7915dd1c5dcf9c | |
| parent | c8d2e937355d02db3055c2fc203e5f017297ee1f (diff) | |
cdrom: export cdrom_check_events()
It's used by sr, so we need to export it.
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
| -rw-r--r-- | drivers/cdrom/cdrom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cdrom/cdrom.c b/drivers/cdrom/cdrom.c index 1ea8f8d363c6..14033a36bcd0 100644 --- a/drivers/cdrom/cdrom.c +++ b/drivers/cdrom/cdrom.c | |||
| @@ -1429,6 +1429,7 @@ unsigned int cdrom_check_events(struct cdrom_device_info *cdi, | |||
| 1429 | cdi->vfs_events = 0; | 1429 | cdi->vfs_events = 0; |
| 1430 | return events; | 1430 | return events; |
| 1431 | } | 1431 | } |
| 1432 | EXPORT_SYMBOL(cdrom_check_events); | ||
| 1432 | 1433 | ||
| 1433 | /* We want to make media_changed accessible to the user through an | 1434 | /* We want to make media_changed accessible to the user through an |
| 1434 | * ioctl. The main problem now is that we must double-buffer the | 1435 | * ioctl. The main problem now is that we must double-buffer the |
