From: Pauli Nieminen Date: Fri, 4 Nov 2011 12:28:05 +0000 (+0200) Subject: gfx: pvr: Remove unused variable from uKernel struct X-Git-Tag: 2.1b_release~514 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c2c5193ff356dda79c3fe753c2b0cc91831f961;p=kernel%2Fkernel-mfld-blackbay.git gfx: pvr: Remove unused variable from uKernel struct 1.7 doesn't have backward compatible destination variables any more for uKernel. They have to be removed to allow 2D blit operations work. Signed-off-by: Pauli Nieminen Signed-off-by: Imre Deak Signed-off-by: Kirill A. Shutemov --- diff --git a/drivers/staging/mrst/pvr/services4/include/sgx_mkif_km.h b/drivers/staging/mrst/pvr/services4/include/sgx_mkif_km.h index edebb8c..78b162a 100644 --- a/drivers/staging/mrst/pvr/services4/include/sgx_mkif_km.h +++ b/drivers/staging/mrst/pvr/services4/include/sgx_mkif_km.h @@ -177,13 +177,6 @@ typedef struct _SGXMKIF_TRANSFERCMD_SHARED_ IMG_UINT32 ui32NumDstSyncs; PVRSRV_DEVICE_SYNC_OBJECT asDstSyncs[SGX_MAX_DST_SYNCS]; - IMG_UINT32 ui32DstReadOpPendingVal; - IMG_DEV_VIRTADDR sDstReadOpsCompleteDevAddr; - - IMG_UINT32 ui32DstWriteOpPendingVal; - IMG_DEV_VIRTADDR sDstWriteOpsCompleteDevAddr; - - IMG_UINT32 ui32TASyncWriteOpsPendingVal; IMG_DEV_VIRTADDR sTASyncWriteOpsCompleteDevVAddr; IMG_UINT32 ui32TASyncReadOpsPendingVal;