- ip2-fix-iielliscleanup-as-it-is-static-but-not-always-used.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     ip2: fix iiEllisCleanup() as it is static but not always used
has been removed from the -mm tree.  Its filename was
     ip2-fix-iielliscleanup-as-it-is-static-but-not-always-used.patch

This patch was dropped because it is obsolete

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: ip2: fix iiEllisCleanup() as it is static but not always used
From: David Howells <dhowells@xxxxxxxxxx>

Fix iiEllisCleanup(), which is static but only used if the driver is being
built as a module, by wrapping it in #ifdef MODULE as the function that calls
it is.

Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
Cc: Jiri Slaby <jirislaby@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/char/ip2/i2ellis.c |    2 ++
 1 file changed, 2 insertions(+)

diff -puN drivers/char/ip2/i2ellis.c~ip2-fix-iielliscleanup-as-it-is-static-but-not-always-used drivers/char/ip2/i2ellis.c
--- a/drivers/char/ip2/i2ellis.c~ip2-fix-iielliscleanup-as-it-is-static-but-not-always-used
+++ a/drivers/char/ip2/i2ellis.c
@@ -95,10 +95,12 @@ iiEllisInit(void)
 // This routine performs any required cleanup of the iiEllis subsystem.
 //
 //******************************************************************************
+#ifdef MODULE
 static void
 iiEllisCleanup(void)
 {
 }
+#endif
 
 //******************************************************************************
 // Function:   iiSetAddress(pB, address, delay)
_

Patches currently in -mm which might be from dhowells@xxxxxxxxxx are

origin.patch
linux-next.patch
cifs-fix-range-check.patch
fix-cred-wrap-current-cred-and-a-few-other-accessors-on-mips.patch
uclinux-fix-gzip-header-parsing-in-binfmt_flatc.patch
autofs4-add-miscellaneous-device-for-ioctls-fix-fix-3.patch
binfmt_elf_fdpic-support-auxvec-base-platform-string.patch
binfmt_elf_fdpic-convert-initial-stack-alignment-to-arch_align_stack.patch
binfmt_elf_fdpic-wire-up-at_execfd-at_execfn-at_secure.patch
ip2-fix-iielliscleanup-as-it-is-static-but-not-always-used.patch
sysctl-simplify-strategy.patch
mn10300-use-bcd2bin-bin2bcd.patch
mutex-subsystem-synchro-test-module.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux