All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
To: Linus Torvalds <linus@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] ps2esdi broken
Date: Wed, 10 Sep 2003 21:22:05 -0700	[thread overview]
Message-ID: <3F5FF86D.70903@osdl.org> (raw)

This driver has problems all over the place and needs
to be be disabled (or deleted)

In file included from include/linux/mca.h:140,
                 from drivers/block/ps2esdi.c:42:
include/linux/mca-legacy.h:10:2: warning: #warning "MCA legacy - please 
move your driver to the new sysfs api"
drivers/block/ps2esdi.c:186: error: redefinition of `init_module'
drivers/block/ps2esdi.c:172: error: `init_module' previously defined here
drivers/block/ps2esdi.c: In function `init_module':
drivers/block/ps2esdi.c:190: warning: initialization from incompatible 
pointer type
drivers/block/ps2esdi.c:193: error: dereferencing pointer to incomplete type
drivers/block/ps2esdi.c:193: error: dereferencing pointer to incomplete type
drivers/block/ps2esdi.c:194: error: dereferencing pointer to incomplete type
drivers/block/ps2esdi.c:197: error: dereferencing pointer to incomplete type
drivers/block/ps2esdi.c:198: error: dereferencing pointer to incomplete type
drivers/block/ps2esdi.c:200: error: dereferencing pointer to incomplete type
drivers/block/ps2esdi.c: In function `cleanup_module':
drivers/block/ps2esdi.c:216: error: `i' undeclared (first use in this 
function)
drivers/block/ps2esdi.c:216: error: (Each undeclared identifier is 
reported only once
drivers/block/ps2esdi.c:216: error: for each function it appears in.)
make[2]: *** [drivers/block/ps2esdi.o] Error 1

diff -Nru a/drivers/block/Kconfig b/drivers/block/Kconfig
--- a/drivers/block/Kconfig    Wed Sep 10 21:15:51 2003
+++ b/drivers/block/Kconfig    Wed Sep 10 21:15:51 2003
@@ -44,7 +44,7 @@
 
 config BLK_DEV_PS2
     tristate "PS/2 ESDI hard disk support"
-    depends on MCA
+    depends on MCA && BROKEN
     help
       Say Y here if you have a PS/2 machine with a MCA bus and an ESDI
       hard disk.



             reply	other threads:[~2003-09-11  4:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-11  4:22 Stephen Hemminger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-09-11  4:20 [PATCH] ps2esdi broken Stephen Hemminger
2003-09-11  5:36 ` viro

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=3F5FF86D.70903@osdl.org \
    --to=shemminger@osdl.org \
    --cc=linus@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.