From: David Kershner <david.kersh...@unisys.com>

The function find_visor_device_by_channel was not used, get rid of it.

Signed-off-by: David Kershner <david.kersh...@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.ro...@unisys.com>
---
 drivers/staging/unisys/visorbus/visorbus_main.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c 
b/drivers/staging/unisys/visorbus/visorbus_main.c
index 8971b61..c39f981 100644
--- a/drivers/staging/unisys/visorbus/visorbus_main.c
+++ b/drivers/staging/unisys/visorbus/visorbus_main.c
@@ -1032,22 +1032,6 @@ remove_visor_device(struct visor_device *dev)
        device_unregister(&dev->device);
 }
 
-static struct visor_device *
-find_visor_device_by_channel(u64 channel_physaddr)
-{
-       struct list_head *listentry, *listtmp;
-
-       list_for_each_safe(listentry, listtmp, &list_all_device_instances) {
-               struct visor_device *dev = list_entry(listentry,
-                                                     struct visor_device,
-                                                     list_all);
-               if (visorchannel_get_physaddr(dev->visorchannel) ==
-                   channel_physaddr)
-                       return dev;
-       }
-       return NULL;
-}
-
 static int
 get_vbus_header_info(struct visorchannel *chan,
                     struct spar_vbus_headerinfo *hdr_info)
-- 
2.1.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to