From: Arthur Othieno <apgo@patchbomb.org>
To: akpm@osdl.org
Cc: Arthur Othieno <apgo@patchbomb.org>,
p_gortmaker@yahoo.com, linux-kernel@vger.kernel.org
Subject: [PATCH 4/4] net: remove CONFIG_NET_CBUS conditional for NS8390
Date: Fri, 10 Feb 2006 05:27:34 -0500 [thread overview]
Message-ID: <11395672544147-git-send-email-apgo@patchbomb.org> (raw)
In-Reply-To: <11395672534150-git-send-email-apgo@patchbomb.org>
Don't bother testing for CONFIG_NET_CBUS ("NEC PC-9800 C-bus cards");
it went out with the rest of PC98 subarch.
Signed-off-by: Arthur Othieno <apgo@patchbomb.org>
---
drivers/net/8390.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
6eca48257ddfe560447fda2c0c1961d78b06a047
diff --git a/drivers/net/8390.h b/drivers/net/8390.h
index 599b68d..51e39dc 100644
--- a/drivers/net/8390.h
+++ b/drivers/net/8390.h
@@ -134,7 +134,7 @@ struct ei_device {
#define inb_p(_p) inb(_p)
#define outb_p(_v,_p) outb(_v,_p)
-#elif defined(CONFIG_NET_CBUS) || defined(CONFIG_NE_H8300) || defined(CONFIG_NE_H8300_MODULE)
+#elif defined(CONFIG_NE_H8300) || defined(CONFIG_NE_H8300_MODULE)
#define EI_SHIFT(x) (ei_local->reg_offset[x])
#else
#define EI_SHIFT(x) (x)
--
1.1.5
next prev parent reply other threads:[~2006-02-10 10:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-10 10:27 [PATCH 0/4] PC98: remove remaining debris Arthur Othieno
2006-02-10 10:27 ` [PATCH 2/4] input: 98kbd{,-io} and 98spkr removal, really Arthur Othieno
2006-02-10 10:27 ` [PATCH 1/4] block: floppy98 " Arthur Othieno
2006-02-10 10:27 ` [PATCH 3/4] sound: remove PC98-specific OPL3_HW_OPL3_PC98 Arthur Othieno
2006-02-10 10:27 ` Arthur Othieno [this message]
[not found] <11395671853420-git-send-email-apgo@patchbomb.org>
2006-02-10 10:26 ` [PATCH 4/4] net: remove CONFIG_NET_CBUS conditional for NS8390 Arthur Othieno
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=11395672544147-git-send-email-apgo@patchbomb.org \
--to=apgo@patchbomb.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=p_gortmaker@yahoo.com \
/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.