Commit f3c1e66f authored by Jens Axboe's avatar Jens Axboe

Merge branch 'for-2.6.38/event-handling' into for-next

parents 8ae47c1e 30a7caab
...@@ -1429,6 +1429,7 @@ unsigned int cdrom_check_events(struct cdrom_device_info *cdi, ...@@ -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
......
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