From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: gregkh@linuxfoundation.org,
ppc-dev <linuxppc-dev@lists.ozlabs.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 1/5] tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectable
Date: Fri, 16 Mar 2012 15:16:54 +1100 [thread overview]
Message-ID: <20120316151654.7b2fedd2ecd2132a807630c6@canb.auug.org.au> (raw)
In-Reply-To: <20120316151459.dab3cdcc2d5984b05e2d2b5c@canb.auug.org.au>
[-- Attachment #1: Type: text/plain, Size: 1032 bytes --]
so remove the code that tests for it.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
drivers/tty/hvc/hvc_vio.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
Greg, it is probably easiest for this to go through the powerpc tree.
diff --git a/drivers/tty/hvc/hvc_vio.c b/drivers/tty/hvc/hvc_vio.c
index fc3c3ad..3a0d53d 100644
--- a/drivers/tty/hvc/hvc_vio.c
+++ b/drivers/tty/hvc/hvc_vio.c
@@ -46,7 +46,6 @@
#include <asm/hvconsole.h>
#include <asm/vio.h>
#include <asm/prom.h>
-#include <asm/firmware.h>
#include <asm/hvsi.h>
#include <asm/udbg.h>
@@ -322,9 +321,6 @@ static int __init hvc_vio_init(void)
{
int rc;
- if (firmware_has_feature(FW_FEATURE_ISERIES))
- return -EIO;
-
/* Register as a vio device to receive callbacks */
rc = vio_register_driver(&hvc_vio_driver);
--
1.7.9.1
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2012-03-16 4:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-16 4:14 [PATCH 0/5] powerpc: clean up almos all the rest of the iSeries platform code Stephen Rothwell
2012-03-16 4:16 ` Stephen Rothwell [this message]
2012-03-16 15:19 ` [PATCH 1/5] tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectable Greg KH
2012-03-16 4:18 ` [PATCH 2/5] powerpc: remove FW_FEATURE ISERIES from arch code Stephen Rothwell
2012-03-16 4:19 ` [PATCH 3/5] init: remove CONFIG_PPC_ISERIES Stephen Rothwell
2012-03-16 4:20 ` [PATCH 4/5] powerpc: remove the remaining CONFIG_PPC_ISERIES pieces Stephen Rothwell
2012-03-16 4:22 ` [PATCH 5/5] powerpc: remove the rest of the legacy iSeries include files Stephen Rothwell
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=20120316151654.7b2fedd2ecd2132a807630c6@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=benh@kernel.crashing.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox