[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-m68k-cvscommit
Subject:    CVS Update: linux
From:       Geert Uytterhoeven <geert () ubb ! ca>
Date:       2007-11-11 20:20:08
Message-ID: E1IrJHs-0000Fj-Ob () ubb ! ubb ! ca
[Download RAW message or body]

Log message:
From: Adrian Bunk <bunk@kernel.org>

m68k: export atari_keyb_init 

This patch fixes the following build error:

<--  snip  -->
 
 ...
   MODPOST 25 modules
   ERROR: "atari_keyb_init" [drivers/input/mouse/atarimouse.ko] undefined!
   ERROR: "atari_keyb_init" [drivers/input/keyboard/atakbd.ko] undefined!
   make[2]: *** [__modpost] Error 1
    
<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Modified files:
    linux/arch/m68k/atari:
	atakeyb.c 


Index: linux/arch/m68k/atari/atakeyb.c
Stats: 1 insertion, 2 modifications
http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/arch/m68k/atari/atakeyb%2ec.diff?r1=1.6&r2=1.7
========================================================================
--- atakeyb.c	14 Oct 2007 11:28:33 -0000	1.6
+++ atakeyb.c	11 Nov 2007 20:20:08 -0000	1.7
@@ -565,7 +565,7 @@
 
 static int atari_keyb_done = 0;
 
-int __init atari_keyb_init(void)
+int atari_keyb_init(void)
 {
 	if (atari_keyb_done)
 		return 0;
@@ -631,6 +631,7 @@
 	atari_keyb_done = 1;
 	return 0;
 }
+EXPORT_SYMBOL_GPL(atari_keyb_init);
 
 int atari_kbd_translate(unsigned char keycode, unsigned char *keycodep, char raw_mode)
 {
-
To unsubscribe from this list: send the line "unsubscribe linux-m68k-cvscommit" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic