rapidio: move rio_pw_enable into core code
[deliverable/linux.git] / drivers / rapidio / rio-scan.c
index f730914f6ff669477f115d31480cc6fc3010e48b..a63a380809d14c7ffaa6be198c0747f9b648193e 100644 (file)
@@ -973,17 +973,6 @@ static void rio_init_em(struct rio_dev *rdev)
        }
 }
 
-/**
- * rio_pw_enable - Enables/disables port-write handling by a master port
- * @port: Master port associated with port-write handling
- * @enable:  1=enable,  0=disable
- */
-static void rio_pw_enable(struct rio_mport *port, int enable)
-{
-       if (port->ops->pwenable)
-               port->ops->pwenable(port, enable);
-}
-
 /**
  * rio_enum_mport- Start enumeration through a master port
  * @mport: Master port to send transactions
This page took 0.023935 seconds and 5 git commands to generate.