summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/CmHost.h
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-10-30 03:08:50 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-30 17:35:39 (GMT)
commit049e52c1881ff8b332d37422c7fba5f1c3974e87 (patch)
treeb6bdad07750e3b676731c858e774c5fd9ffdeb39 /drivers/staging/bcm/CmHost.h
parent264af7ec635e6cc2c282d8269f32fe35ce960aba (diff)
downloadlinux-fsl-qoriq-049e52c1881ff8b332d37422c7fba5f1c3974e87.tar.xz
Staging: bcm: Change INT to int in CmHost.h
This patch changes INT to int in CmHost.h. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/CmHost.h')
-rw-r--r--drivers/staging/bcm/CmHost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h
index 6138f50..055d2e0 100644
--- a/drivers/staging/bcm/CmHost.h
+++ b/drivers/staging/bcm/CmHost.h
@@ -122,8 +122,8 @@ typedef struct stLocalSFChangeIndicationAlt {
} stLocalSFChangeIndicationAlt;
ULONG StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer, UINT *puBufferLength);
-INT AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
-INT FreeAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
+int AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
+int FreeAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
ULONG SetUpTargetDsxBuffers(struct bcm_mini_adapter *Adapter);
BOOLEAN CmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer);