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>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
 #include <asm/hvconsole.h>
 #include <asm/vio.h>
 #include <asm/prom.h>
-#include <asm/firmware.h>
 #include <asm/hvsi.h>
 #include <asm/udbg.h>
 
 {
        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);