]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/aic7xxx/aic79xx.h
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / drivers / scsi / aic7xxx / aic79xx.h
index df2e0e5367d2f7b292c3b522372206255acae196..d47b527b25dd0423fe23630fdab6007ce0a7bd33 100644 (file)
@@ -624,7 +624,7 @@ struct scb {
 };
 
 TAILQ_HEAD(scb_tailq, scb);
-LIST_HEAD(scb_list, scb);
+BSD_LIST_HEAD(scb_list, scb);
 
 struct scb_data {
        /*
@@ -1069,7 +1069,7 @@ struct ahd_softc {
        /*
         * SCBs that have been sent to the controller
         */
-       LIST_HEAD(, scb)          pending_scbs;
+       BSD_LIST_HEAD(, scb)      pending_scbs;
 
        /*
         * Current register window mode information.