Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f17b0e02c0035b90c4e943f6e2cca840f82dce0f
Commit:     f17b0e02c0035b90c4e943f6e2cca840f82dce0f
Parent:     6229ac1ff32692694b7b0e74585b1ef6fa8973fd
Author:     Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 1 23:09:19 2008 +0100
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Fri Feb 1 23:09:19 2008 +0100

    ide-cd: remove unused struct atapi_cdrom_subchnl
    
    Acked-by: Sergei Shtylyov <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/ide-cd.h |   32 --------------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)

diff --git a/drivers/ide/ide-cd.h b/drivers/ide/ide-cd.h
index 1e138c9..e6f2197 100644
--- a/drivers/ide/ide-cd.h
+++ b/drivers/ide/ide-cd.h
@@ -145,38 +145,6 @@ struct atapi_toc {
          /* One extra for the leadout. */
 };
 
-
-/* This structure is annoyingly close to, but not identical with,
-   the cdrom_subchnl structure from cdrom.h. */
-struct atapi_cdrom_subchnl {
-       u_char  acdsc_reserved;
-       u_char  acdsc_audiostatus;
-       u_short acdsc_length;
-       u_char  acdsc_format;
-
-#if defined(__BIG_ENDIAN_BITFIELD)
-       u_char  acdsc_ctrl:     4;
-       u_char  acdsc_adr:      4;
-#elif defined(__LITTLE_ENDIAN_BITFIELD)
-       u_char  acdsc_adr:      4;
-       u_char  acdsc_ctrl:     4;
-#else
-#error "Please fix <asm/byteorder.h>"
-#endif
-       u_char  acdsc_trk;
-       u_char  acdsc_ind;
-       union {
-               struct atapi_msf msf;
-               int     lba;
-       } acdsc_absaddr;
-       union {
-               struct atapi_msf msf;
-               int     lba;
-       } acdsc_reladdr;
-};
-
-
-
 /* This should probably go into cdrom.h along with the other
  * generic stuff now in the Mt. Fuji spec.
  */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to