public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: Miles Lane <miles@megapathdsl.net>
Cc: linux-kernel@vger.kernel.org, Vojtech Pavlik <vojtech@suse.cz>
Subject: Re: 2.4.5-ac16 -- Still getting unresolved gameport_register_port and gameport_unregister_port symbols in joystick drivers.
Date: Thu, 21 Jun 2001 14:54:29 +1000	[thread overview]
Message-ID: <8127.993099269@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Wed, 20 Jun 2001 16:38:03 MST." <web-26144619@back1.mail.megapathdsl.net>

On Wed, 20 Jun 2001 16:38:03 -0700, 
Miles Lane <miles@megapathdsl.net> wrote:
>depmod: *** Unresolved symbols in /lib/modules/2.4.5-ac16/kernel/drivers/char/joystick/cs461x.o
>depmod: 	gameport_register_port

Quick and dirty fix.

Index: 5.39/drivers/char/joystick/Config.in
--- 5.39/drivers/char/joystick/Config.in Wed, 20 Jun 2001 13:07:10 +1000 kaos (linux-2.4/Y/b/35_Config.in 1.1.1.4 644)
+++ 5.39(w)/drivers/char/joystick/Config.in Thu, 21 Jun 2001 14:47:53 +1000 kaos (linux-2.4/Y/b/35_Config.in 1.1.1.4 644)
@@ -6,7 +6,7 @@ mainmenu_option next_comment
 comment 'Joysticks'
 
 if [ "$CONFIG_INPUT" != "n" ]; then
-   tristate 'Game port support' CONFIG_INPUT_GAMEPORT
+   dep_tristate 'Game port support' CONFIG_INPUT_GAMEPORT $CONFIG_INPUT
       dep_tristate '  Classic ISA/PnP gameports' CONFIG_INPUT_NS558 $CONFIG_INPUT_GAMEPORT
       dep_tristate '  PDPI Lightning 4 gamecard' CONFIG_INPUT_LIGHTNING $CONFIG_INPUT_GAMEPORT
       dep_tristate '  Aureal Vortex and Trident 4DWave gameports' CONFIG_INPUT_PCIGAME $CONFIG_INPUT_GAMEPORT

There are too many cross directory dependencies and undocumented
assumptions on input, gameport, joystick and sound options.  Vojtech,
we need a specification on how these should interact before we make any
more changes to the config code.  What should the dependencies be for
input, gameport, joysticks and gameport using soundcard really be?


      reply	other threads:[~2001-06-21  4:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-20 23:38 2.4.5-ac16 -- Still getting unresolved gameport_register_port and gameport_unregister_port symbols in joystick drivers Miles Lane
2001-06-21  4:54 ` Keith Owens [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8127.993099269@kao2.melbourne.sgi.com \
    --to=kaos@ocs.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miles@megapathdsl.net \
    --cc=vojtech@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox