diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-01-19 08:30:30 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-01-23 21:47:55 +0200 |
commit | c5ed1df781cb544d4e4d189bb5b6ec7336d8888c (patch) | |
tree | d335c7b14b4be734e3ca6d79f9516e5473b387c7 /include/linux/bcma | |
parent | 908414af255ea974bd0cfe54918d7957cd457d15 (diff) | |
download | talos-op-linux-c5ed1df781cb544d4e4d189bb5b6ec7336d8888c.tar.gz talos-op-linux-c5ed1df781cb544d4e4d189bb5b6ec7336d8888c.zip |
bcma: use standard bus scanning during early register
Starting with kernel 3.19-rc1 early registration of bcma on MIPS is done
a bit later, with memory allocator available. This allows us to simplify
code by using standard bus scanning method.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/linux/bcma')
-rw-r--r-- | include/linux/bcma/bcma_soc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/bcma/bcma_soc.h b/include/linux/bcma/bcma_soc.h index f24d245f8394..1b5fc0c3b1b5 100644 --- a/include/linux/bcma/bcma_soc.h +++ b/include/linux/bcma/bcma_soc.h @@ -5,8 +5,6 @@ struct bcma_soc { struct bcma_bus bus; - struct bcma_device core_cc; - struct bcma_device core_mips; }; int __init bcma_host_soc_register(struct bcma_soc *soc); |