This patch removes unused function

CC      drivers/char/ip2/ip2main.o
drivers/char/ip2/i2ellis.c:108: warning: ‘iiEllisCleanup’ defined but not used

Regards,
Michal

-- 
Michal K. K. Piotrowski
LTG - Linux Testers Group (PL)
(http://www.stardust.webpages.pl/ltg/)
LTG - Linux Testers Group (EN)
(http://www.stardust.webpages.pl/linux_testers_group_en/)

Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]>

--- linux-work5/drivers/char/ip2/i2ellis.c      2007-02-04 19:44:54.000000000 
+0100
+++ linux-work3/drivers/char/ip2/i2ellis.c      2007-03-25 01:06:37.000000000 
+0100
@@ -93,23 +93,6 @@ iiEllisInit(void)
 }
 
 
//******************************************************************************
-// Function:   iiEllisCleanup()
-// Parameters: None
-//
-// Returns:    Nothing
-//
-// Description:
-//
-// This routine performs any required cleanup of the iiEllis subsystem.
-//
-//******************************************************************************
-static void
-iiEllisCleanup(void)
-{
-       kfree(pDelayTimer);
-}
-
-//******************************************************************************
 // Function:   iiSetAddress(pB, address, delay)
 // Parameters: pB      - pointer to the board structure
 //             address - the purported I/O address of the board
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to