aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-09-01 17:11:06 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-09-09 15:27:18 -0400
commitdc8ecdd3a3fccf73fcb07711cde064ce5727f9d1 (patch)
treeb9ded86a4b913f23d44a953e885f7f59f92d5ad0 /include/linux
parent39e90c77637b3892a39f2908aea57539e961c50e (diff)
bcma: move bus struct setup into early part of host specific code
This change is important for SoC host. In future we will want to know chip ID (needed for early MIPS boot) before doing cores scanning. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Acked-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/bcma/bcma.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h
index 0272e49135d0..c1ba87d1548e 100644
--- a/include/linux/bcma/bcma.h
+++ b/include/linux/bcma/bcma.h
@@ -332,7 +332,6 @@ struct bcma_bus {
332 struct bcma_device *mapped_core; 332 struct bcma_device *mapped_core;
333 struct list_head cores; 333 struct list_head cores;
334 u8 nr_cores; 334 u8 nr_cores;
335 u8 init_done:1;
336 u8 num; 335 u8 num;
337 336
338 struct bcma_drv_cc drv_cc; 337 struct bcma_drv_cc drv_cc;