lkml.org 
[lkml]   [1998]   [Aug]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux 2.1.115ac1 released
Alan Cox wrote:
[...]
>
> Improvements
> -------------
>
> Joystick 1.2.7 BETA
[...]
The upgrade removes js_setup(). But there are still references for it
in init/main.c.
The following patch avoids the undefined reference to js_setup
--- main.c.old Sat Aug 8 09:44:36 1998
+++ main.c Sat Aug 8 15:08:02 1998
@@ -101,9 +101,6 @@
#ifdef CONFIG_PRINTER
extern void lp_setup(char *str, int *ints);
#endif
-#ifdef CONFIG_JOYSTICK
-extern void js_setup(char *str, int *ints);
-#endif
extern void eth_setup(char *str, int *ints);
#ifdef CONFIG_ARCNET_COM20020
extern void com20020_setup(char *str, int *ints);
@@ -566,9 +563,6 @@
#endif
#ifdef CONFIG_PRINTER
{ "lp=", lp_setup },
-#endif
-#ifdef CONFIG_JOYSTICK
- { "js=", js_setup },
#endif
#ifdef CONFIG_SCSI
{ "max_scsi_luns=", scsi_luns_setup },
--
------------------------------------------------------------------------------
Markus <markus.kossmann@inka.de> (Markus Kossmann)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html

\
 
 \ /
  Last update: 2005-03-22 13:43    [W:0.080 / U:0.556 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site