Re: Linux 2.1.115ac1 released

Markus Kossmann (markus.kossmann@inka.de)
Sat, 08 Aug 1998 15:11:41 +0200


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