From: Randy Dunlap <[email protected]>
When CONFIG_HOTPLUG=n, this function needs to be present instead of
discarded.
WARNING: drivers/built-in.o(.text+0x2045f): Section mismatch: reference to .exit.text:tty_exit (between 'nozomi_card_exit' and 'card_type_show')
Signed-off-by: Randy Dunlap <[email protected]>
---
drivers/char/nozomi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.22-rc4-mm2.orig/drivers/char/nozomi.c
+++ linux-2.6.22-rc4-mm2/drivers/char/nozomi.c
@@ -1636,7 +1636,7 @@ exit:
up(&port->tty_sem);
}
-static void __devexit tty_exit(void)
+static void tty_exit(void)
{
struct nozomi *dc = my_dev;
int i, ret;
-
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/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]