aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-05-23 13:52:14 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-05-23 13:52:14 -0700
commitf6792c877a1cacc3b3eea7cb5b45857b3c484c51 (patch)
tree843a1c0dacfbcec7e29a7bc7f63834b4ab9a9983 /include/linux
parentMerge tag 'for-5.19/writeback-2022-05-22' of git://git.kernel.dk/linux-block (diff)
parentcdrom: remove obsolete TODO list (diff)
downloadlinux-dev-f6792c877a1cacc3b3eea7cb5b45857b3c484c51.tar.xz
linux-dev-f6792c877a1cacc3b3eea7cb5b45857b3c484c51.zip
Merge tag 'for-5.19/cdrom-2022-05-22' of git://git.kernel.dk/linux-block
Pull cdrom updates from Jens Axboe: "Removal of unused code and documentation updates" * tag 'for-5.19/cdrom-2022-05-22' of git://git.kernel.dk/linux-block: cdrom: remove obsolete TODO list block: remove last remaining traces of IDE documentation cdrom: mark CDROMGETSPINDOWN/CDROMSETSPINDOWN obsolete cdrom: remove the unused driver specific disc change ioctl cdrom: make EXPORT_SYMBOL follow exported function
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/cdrom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cdrom.h b/include/linux/cdrom.h
index 0a89f111e00e..67caa909e3e6 100644
--- a/include/linux/cdrom.h
+++ b/include/linux/cdrom.h
@@ -77,7 +77,6 @@ struct cdrom_device_ops {
int (*tray_move) (struct cdrom_device_info *, int);
int (*lock_door) (struct cdrom_device_info *, int);
int (*select_speed) (struct cdrom_device_info *, int);
- int (*select_disc) (struct cdrom_device_info *, int);
int (*get_last_session) (struct cdrom_device_info *,
struct cdrom_multisession *);
int (*get_mcn) (struct cdrom_device_info *,