aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/esp.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-06-23 17:29:28 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-23 23:15:54 -0700
commit411aa5540536feace62c97478a8ea5dab7469377 (patch)
tree7aef2cb7f15734027d8f88b96826692e57f3fc94 /drivers/scsi/esp.h
parent69b5c4f18b2ceab3da9e854d02f8d9a2aa5b8431 (diff)
[SCSI] sparc: Port esp to new SBUS driver layer.
This also turns the driver into a new-style scsi driver. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi/esp.h')
-rw-r--r--drivers/scsi/esp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/esp.h b/drivers/scsi/esp.h
index 73f7d6968ab..a98cda9121f 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) */