summaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_wifi_hip_chiphelper_private.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 19:07:25 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 19:07:25 (GMT)
commit95e326c28aa66d6ff5821f3c1d22b46a8d335939 (patch)
tree0a147b3613d9586c2301b79013da15dc48177a0c /drivers/staging/csr/csr_wifi_hip_chiphelper_private.h
parent26a6b2e1688bc154a16778851d710e90b62f715e (diff)
downloadlinux-fsl-qoriq-95e326c28aa66d6ff5821f3c1d22b46a8d335939.tar.xz
staging: csr: remove CsrInt32 typedef
Use the in-kernel s32 type instead. Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com> Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com> Cc: Riku Mettälä <riku.mettala@bluegiga.com> Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr/csr_wifi_hip_chiphelper_private.h')
-rw-r--r--drivers/staging/csr/csr_wifi_hip_chiphelper_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/csr/csr_wifi_hip_chiphelper_private.h b/drivers/staging/csr/csr_wifi_hip_chiphelper_private.h
index de6e063..93e30b6 100644
--- a/drivers/staging/csr/csr_wifi_hip_chiphelper_private.h
+++ b/drivers/staging/csr/csr_wifi_hip_chiphelper_private.h
@@ -117,7 +117,7 @@ struct chip_device_regs_t
written to the page register. */
struct window_shift_info_t
{
- CsrInt32 allowed;
+ s32 allowed;
u32 page_shift;
u16 page_offset;
};
@@ -140,7 +140,7 @@ struct window_info_t
address of GBL_CHIP_VERSION is FF9A, else its FE81. */
struct chip_version_t
{
- CsrInt32 pre_bc7;
+ s32 pre_bc7;
u16 mask;
u16 result;
u8 sdio;