aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/brcmfmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/brcmfmac.h')
-rw-r--r--include/linux/platform_data/brcmfmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/brcmfmac.h b/include/linux/platform_data/brcmfmac.h
index 2b5676ff35be..f922a192fe58 100644
--- a/include/linux/platform_data/brcmfmac.h
+++ b/include/linux/platform_data/brcmfmac.h
@@ -178,7 +178,7 @@ struct brcmfmac_platform_data {
void (*power_off)(void);
char *fw_alternative_path;
int device_count;
- struct brcmfmac_pd_device devices[0];
+ struct brcmfmac_pd_device devices[];
};