From: Kevin McKinney Date: Tue, 30 Oct 2012 03:08:52 +0000 (-0400) Subject: Staging: bcm: Change UINT to unsigned int in CmHost.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9e90bc86d531a5f6e4caf98c4c91ea3097bf9345;p=deliverable%2Flinux.git Staging: bcm: Change UINT to unsigned int in CmHost.h This patch changes UINT to unsigned int in CmHost.h. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h index fd117e72b603..d1a867583451 100644 --- a/drivers/staging/bcm/CmHost.h +++ b/drivers/staging/bcm/CmHost.h @@ -121,7 +121,7 @@ typedef struct stLocalSFChangeIndicationAlt { u16 u16Padd; /* < 16 bit */ } stLocalSFChangeIndicationAlt; -unsigned long StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer, UINT *puBufferLength); +unsigned long StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer, unsigned int *puBufferLength); int AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter); int FreeAdapterDsxBuffer(struct bcm_mini_adapter *Adapter); unsigned long SetUpTargetDsxBuffers(struct bcm_mini_adapter *Adapter);