diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2005-12-15 02:20:49 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2005-12-15 02:20:49 +0100 |
commit | 0afaa4fc4abc773ce129f41009a50eeecf3aa50c (patch) | |
tree | a33f6d977a61014bcba47cc0ea4ebb276c7d4124 /drivers/ide/ide-cd.h | |
parent | 7b4df9ece9b4c4a754bd1f5603cdabff26b987e5 (diff) | |
download | linux-3.10-0afaa4fc4abc773ce129f41009a50eeecf3aa50c.tar.gz linux-3.10-0afaa4fc4abc773ce129f41009a50eeecf3aa50c.tar.bz2 linux-3.10-0afaa4fc4abc773ce129f41009a50eeecf3aa50c.zip |
[PATCH] ide-cd: remove write-only cmd field from struct cdrom_info
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-cd.h')
-rw-r--r-- | drivers/ide/ide-cd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/ide-cd.h b/drivers/ide/ide-cd.h index 7ca3e5afc66..ad1f2ed14a3 100644 --- a/drivers/ide/ide-cd.h +++ b/drivers/ide/ide-cd.h @@ -480,7 +480,6 @@ struct cdrom_info { struct request request_sense_request; int dma; - int cmd; unsigned long last_block; unsigned long start_seek; /* Buffer to hold mechanism status and changer slot table. */ |