aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bcma/bcma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bcma/bcma.h')
-rw-r--r--include/linux/bcma/bcma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h
index 83c209f39493..b9f65fbee42f 100644
--- a/include/linux/bcma/bcma.h
+++ b/include/linux/bcma/bcma.h
@@ -136,6 +136,7 @@ struct bcma_device {
136 bool dev_registered; 136 bool dev_registered;
137 137
138 u8 core_index; 138 u8 core_index;
139 u8 core_unit;
139 140
140 u32 addr; 141 u32 addr;
141 u32 wrap; 142 u32 wrap;
@@ -195,6 +196,7 @@ struct bcma_bus {
195 struct list_head cores; 196 struct list_head cores;
196 u8 nr_cores; 197 u8 nr_cores;
197 u8 init_done:1; 198 u8 init_done:1;
199 u8 num;
198 200
199 struct bcma_drv_cc drv_cc; 201 struct bcma_drv_cc drv_cc;
200 struct bcma_drv_pci drv_pci; 202 struct bcma_drv_pci drv_pci;