Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / staging / vt6656 / power.c
index a5cea43b8bc115cd95c4973cefc3d1d3d6178ae5..ddbd04695c9970d76755b9c939e68b71dbf68cd0 100644 (file)
@@ -44,7 +44,7 @@
 #include "wcmd.h"
 #include "rxtx.h"
 #include "card.h"
-#include "control.h"
+#include "usbpipe.h"
 
 static int msglevel = MSG_LEVEL_INFO;
 
@@ -162,7 +162,7 @@ int PSbConsiderPowerDown(struct vnt_private *pDevice, int bCheckRxDMA,
        u8 byData;
 
        /* check if already in Doze mode */
-       ControlvReadByte(pDevice, MESSAGE_REQUEST_MACREG,
+       vnt_control_in_u8(pDevice, MESSAGE_REQUEST_MACREG,
                                        MAC_REG_PSCTL, &byData);
 
        if ((byData & PSCTL_PS) != 0)
This page took 0.024103 seconds and 5 git commands to generate.