summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/phy/wlc_phytbl_n.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-10-05 20:18:31 +0200
committerGreg Kroah-Hartman2010-10-05 20:18:31 +0200
commitdf8501c96cf35eac586cce81c5547060ef22f624 (patch)
treeb7e0b5f3057ce1642a5e59fad1c7141b4015d091 /drivers/staging/brcm80211/phy/wlc_phytbl_n.h
parentStaging: brcm80211: s/ulong/unsigned long/ (diff)
downloadkernel-qcow2-linux-df8501c96cf35eac586cce81c5547060ef22f624.tar.gz
kernel-qcow2-linux-df8501c96cf35eac586cce81c5547060ef22f624.tar.xz
kernel-qcow2-linux-df8501c96cf35eac586cce81c5547060ef22f624.zip
Staging: brcm80211: remove CONST definition
Use 'const', it's the correct thing to do. Cc: Brett Rudley <brudley@broadcom.com> Cc: Henry Ptasinski <henryp@broadcom.com> Cc: Nohee Ko <noheek@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/phy/wlc_phytbl_n.h')
-rw-r--r--drivers/staging/brcm80211/phy/wlc_phytbl_n.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/staging/brcm80211/phy/wlc_phytbl_n.h b/drivers/staging/brcm80211/phy/wlc_phytbl_n.h
index 108197c0c4d9..03c34d62c8e3 100644
--- a/drivers/staging/brcm80211/phy/wlc_phytbl_n.h
+++ b/drivers/staging/brcm80211/phy/wlc_phytbl_n.h
@@ -18,22 +18,22 @@
typedef phytbl_info_t mimophytbl_info_t;
-extern CONST mimophytbl_info_t mimophytbl_info_rev0[],
+extern const mimophytbl_info_t mimophytbl_info_rev0[],
mimophytbl_info_rev0_volatile[];
-extern CONST uint32 mimophytbl_info_sz_rev0, mimophytbl_info_sz_rev0_volatile;
+extern const uint32 mimophytbl_info_sz_rev0, mimophytbl_info_sz_rev0_volatile;
-extern CONST mimophytbl_info_t mimophytbl_info_rev3[],
+extern const mimophytbl_info_t mimophytbl_info_rev3[],
mimophytbl_info_rev3_volatile[], mimophytbl_info_rev3_volatile1[],
mimophytbl_info_rev3_volatile2[], mimophytbl_info_rev3_volatile3[];
-extern CONST uint32 mimophytbl_info_sz_rev3, mimophytbl_info_sz_rev3_volatile,
+extern const uint32 mimophytbl_info_sz_rev3, mimophytbl_info_sz_rev3_volatile,
mimophytbl_info_sz_rev3_volatile1, mimophytbl_info_sz_rev3_volatile2,
mimophytbl_info_sz_rev3_volatile3;
-extern CONST uint32 noise_var_tbl_rev3[];
+extern const uint32 noise_var_tbl_rev3[];
-extern CONST mimophytbl_info_t mimophytbl_info_rev7[];
-extern CONST uint32 mimophytbl_info_sz_rev7;
-extern CONST uint32 noise_var_tbl_rev7[];
+extern const mimophytbl_info_t mimophytbl_info_rev7[];
+extern const uint32 mimophytbl_info_sz_rev7;
+extern const uint32 noise_var_tbl_rev7[];
-extern CONST mimophytbl_info_t mimophytbl_info_rev16[];
-extern CONST uint32 mimophytbl_info_sz_rev16;
+extern const mimophytbl_info_t mimophytbl_info_rev16[];
+extern const uint32 mimophytbl_info_sz_rev16;