]> err.no Git - linux-2.6/blobdiff - drivers/scsi/esp.h
Pull misc-for-upstream into release branch
[linux-2.6] / drivers / scsi / esp.h
index 73f7d6968ab60ab5c417625ff83bead3a1cdf83c..a98cda9121fca477ca3cee73814c92e079f30cbf 100644 (file)
@@ -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) */