From 215a2e7a4e2678df59f647a8fef87e0b10c2a30e Mon Sep 17 00:00:00 2001
From: Christoph Hellwig <hch@lst.de>
Date: Sun, 20 Apr 2003 23:33:52 -0500
Subject: [PATCH] [PATCH] unexport scsi_host_get_next

No drivers are using it anymore, and having this private to the
midlayer should make proper shost refcounting easier.
---
 drivers/scsi/scsi_syms.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/scsi_syms.c b/drivers/scsi/scsi_syms.c
index 50d0ba6b5b11..35f9815dd5ec 100644
--- a/drivers/scsi/scsi_syms.c
+++ b/drivers/scsi/scsi_syms.c
@@ -92,7 +92,6 @@ EXPORT_SYMBOL(scsi_reset_provider);
 /*
  * These are here only while I debug the rest of the scsi stuff.
  */
-EXPORT_SYMBOL(scsi_host_get_next);
 EXPORT_SYMBOL(scsi_host_hn_get);
 EXPORT_SYMBOL(scsi_host_put);
 EXPORT_SYMBOL(scsi_device_types);
-- 
2.30.9