From: Stephen Rothwell Date: Thu, 15 Mar 2012 18:16:54 +0000 (+0000) Subject: tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectable X-Git-Tag: v3.4-rc1~159^2~5 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=ec86b45af464d2d3c00d1125b220d6c3b6ca93d8 tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectable so remove the code that tests for it. Cc: Greg Kroah-Hartman Signed-off-by: Stephen Rothwell Signed-off-by: Benjamin Herrenschmidt --- diff --git a/drivers/tty/hvc/hvc_vio.c b/drivers/tty/hvc/hvc_vio.c index fc3c3ad6c072..3a0d53d6368f 100644 --- a/drivers/tty/hvc/hvc_vio.c +++ b/drivers/tty/hvc/hvc_vio.c @@ -46,7 +46,6 @@ #include #include #include -#include #include #include @@ -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);