The patch titled drivers/char/ip2/i2ellis.c remove unused function has been removed from the -mm tree. Its filename was drivers-char-ip2-i2ellisc-remove-unused-function.patch This patch was dropped because it had testing failures ------------------------------------------------------ Subject: drivers/char/ip2/i2ellis.c remove unused function From: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> drivers/char/ip2/i2ellis.c:108: warning: â??iiEllisCleanupâ?? defined but not used Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/ip2/i2ellis.c | 17 ----------------- 1 file changed, 17 deletions(-) diff -puN drivers/char/ip2/i2ellis.c~drivers-char-ip2-i2ellisc-remove-unused-function drivers/char/ip2/i2ellis.c --- a/drivers/char/ip2/i2ellis.c~drivers-char-ip2-i2ellisc-remove-unused-function +++ a/drivers/char/ip2/i2ellis.c @@ -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 _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are git-ia64.patch git-input.patch i386-irq-kill-irq-compression.patch revert-ac97-fix-microphone-and-line_in-selection-logic.patch drivers-char-ip2-i2ellisc-remove-unused-function.patch extend-notifier_call_chain-to-count-nr_calls-made.patch edac-new-opteron-athlon64-memory-controller-driver.patch revoke-special-mmap-handling-vs-fault-vs-invalidate.patch reiser4.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html