From: Sameer Wadgaonkar <sameer.wadgaon...@unisys.com>

Removed unused function spar_check_channel_server from channel.h

Signed-off-by: Sameer Wadgaonkar <sameer.wadgaon...@unisys.com>
Signed-off-by: David Kershner <david.kersh...@unisys.com>
Reviewed-by: Tim Sell <timothy.s...@unisys.com>
---
 drivers/staging/unisys/include/channel.h | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/drivers/staging/unisys/include/channel.h 
b/drivers/staging/unisys/include/channel.h
index 8024529..88fec81 100644
--- a/drivers/staging/unisys/include/channel.h
+++ b/drivers/staging/unisys/include/channel.h
@@ -287,25 +287,6 @@ spar_check_channel_client(void __iomem *ch,
        return 1;
 }
 
-/* Generic function useful for validating any type of channel when it is about
- * to be initialized by the server of the channel.
- * Note that <logCtx> is only needed for callers in the EFI environment, and
- * is used to pass the EFI_DIAG_CAPTURE_PROTOCOL needed to log messages.
- */
-static inline int spar_check_channel_server(uuid_le typeuuid, char *name,
-                                           u64 expected_min_bytes,
-                                           u64 actual_bytes)
-{
-       if (expected_min_bytes > 0)     /* verify channel size */
-               if (actual_bytes < expected_min_bytes) {
-                       pr_err("Channel mismatch on channel=%s(%pUL) field=size 
expected=0x%-8.8llx actual=0x%-8.8llx\n",
-                              name, &typeuuid, expected_min_bytes,
-                              actual_bytes);
-                       return 0;
-               }
-       return 1;
-}
-
 /*
  * Routine Description:
  * Tries to insert the prebuilt signal pointed to by pSignal into the nth
-- 
git-series 0.9.1
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to