]> err.no Git - linux-2.6/blobdiff - drivers/scsi/sym53c8xx_2/sym_hipd.h
[SCSI] sym53c8xx: Use pdev->revision
[linux-2.6] / drivers / scsi / sym53c8xx_2 / sym_hipd.h
index 2456090bb2411734b908bcb7a63fc6700899774d..3aa8060a4d2a3c826215bc20b23aa3dd602d424c 100644 (file)
@@ -919,7 +919,6 @@ struct sym_hcb {
         *  General controller parameters and configuration.
         */
        u_short device_id;      /* PCI device id                */
-       u_char  revision_id;    /* PCI device revision id       */
        u_int   features;       /* Chip features map            */
        u_char  myaddr;         /* SCSI id of the adapter       */
        u_char  maxburst;       /* log base 2 of dwords burst   */
@@ -1049,6 +1048,8 @@ int sym_reset_scsi_bus(struct sym_hcb *np, int enab_int);
 struct sym_chip *sym_lookup_chip_table(u_short device_id, u_char revision);
 #ifdef SYM_OPT_HANDLE_DEVICE_QUEUEING
 void sym_start_next_ccbs(struct sym_hcb *np, struct sym_lcb *lp, int maxn);
+#else
+void sym_put_start_queue(struct sym_hcb *np, struct sym_ccb *cp);
 #endif
 void sym_start_up(struct sym_hcb *np, int reason);
 void sym_interrupt(struct sym_hcb *np);