Skip to content

Commit

Permalink
cdrom: export cdrom_check_events()
Browse files Browse the repository at this point in the history
It's used by sr, so we need to export it.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
  • Loading branch information
Jens Axboe committed Dec 16, 2010
1 parent c8d2e93 commit 30a7caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cdrom/cdrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30a7caa

Please sign in to comment.