[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120316151654.7b2fedd2ecd2132a807630c6@canb.auug.org.au>
Date: Fri, 16 Mar 2012 15:16:54 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Benjamin Herrenschmidt <benh@...nel.crashing.org>
Cc: ppc-dev <linuxppc-dev@...ts.ozlabs.org>,
gregkh@...uxfoundation.org, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/5] tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectable
so remove the code that tests for it.
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Signed-off-by: Stephen Rothwell <sfr@...b.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@...b.auug.org.au
http://www.canb.auug.org.au/~sfr/
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists