diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-01-31 00:03:36 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-06 14:53:05 -0500 |
commit | 8f9ada4fa1926e540b1562cb9bacb3e51a698c35 (patch) | |
tree | def07cbceee8d55da9288ab1157835d784360805 /include/linux/bcma | |
parent | 49dc9577155576b10ff79f0c1486c816b01f58bf (diff) | |
download | talos-op-linux-8f9ada4fa1926e540b1562cb9bacb3e51a698c35.tar.gz talos-op-linux-8f9ada4fa1926e540b1562cb9bacb3e51a698c35.zip |
bcma: add bus num counter
If we have two bcma buses on one computer the second will not work
without this patch. Now each bus gets an own number.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/bcma')
-rw-r--r-- | include/linux/bcma/bcma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h index 024a6e2a9083..b9f65fbee42f 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h @@ -196,6 +196,7 @@ struct bcma_bus { struct list_head cores; u8 nr_cores; u8 init_done:1; + u8 num; struct bcma_drv_cc drv_cc; struct bcma_drv_pci drv_pci; |