X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fscsi%2Fesp.h;fp=drivers%2Fscsi%2Fesp.h;h=a98cda9121fca477ca3cee73814c92e079f30cbf;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=73f7d6968ab60ab5c417625ff83bead3a1cdf83c;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/drivers/scsi/esp.h b/drivers/scsi/esp.h index 73f7d6968..a98cda912 100644 --- a/drivers/scsi/esp.h +++ b/drivers/scsi/esp.h @@ -403,8 +403,4 @@ struct esp { #define ESP_MHZ_TO_CYCLE(mhertz) ((1000000000) / ((mhertz) / 1000)) #define ESP_TICK(ccf, cycle) ((7682 * (ccf) * (cycle) / 1000)) -/* For our interrupt engine. */ -#define for_each_esp(esp) \ - for((esp) = espchain; (esp); (esp) = (esp)->next) - #endif /* !(_SPARC_ESP_H) */