Staging: rt28x0: remove typedefs (part two)
[linux-2.6-block.git] / drivers / staging / rt2870 / common / rtusb_io.c
index 861b6b15b0458958cfb8b437ad2b4ebc75777c7a..d15a92eef04ad0063d42bddedfbc3c53a78d2b8e 100644 (file)
@@ -843,7 +843,7 @@ int RTUSB_VendorRequest(IN PRTMP_ADAPTER pAd,
                             u32 TransferBufferLength)
 {
        int ret = 0;
-       POS_COOKIE pObj = (POS_COOKIE) pAd->OS_Cookie;
+       struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
 
        if (RTMP_TEST_FLAG(pAd, fRTMP_ADAPTER_NIC_NOT_EXIST)) {
                DBGPRINT(RT_DEBUG_ERROR, ("device disconnected\n"));