All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -mm] drivers/char/ip2/i2ellis.c remove unused function
@ 2007-03-25 15:58 Michal Piotrowski
  0 siblings, 0 replies; only message in thread
From: Michal Piotrowski @ 2007-03-25 15:58 UTC (permalink / raw)
  To: Andrew Morton, LKML

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 <michal.k.k.piotrowski@gmail.com>

--- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-25 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-25 15:58 [PATCH -mm] drivers/char/ip2/i2ellis.c remove unused function Michal Piotrowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.