diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-01-03 18:51:24 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-07 15:18:29 -0500 |
commit | 8f9dc85348ac37ff3b6b031d22e93a5b59d81f83 (patch) | |
tree | 59e6ebc5c979ce7a03b03f9c12f3231ff8528a61 | |
parent | db5230d1b3c5f7c62564de2ef07ea1c633548959 (diff) |
bcma: mips: remove assigned_irqs from structure
This member is not needed any more.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/bcma/driver_mips.c | 2 | ||||
-rw-r--r-- | include/linux/bcma/bcma_driver_mips.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/bcma/driver_mips.c b/drivers/bcma/driver_mips.c index 69815079a6dd..c6d7be33b972 100644 --- a/drivers/bcma/driver_mips.c +++ b/drivers/bcma/driver_mips.c | |||
@@ -263,8 +263,6 @@ void bcma_core_mips_init(struct bcma_drv_mips *mcore) | |||
263 | 263 | ||
264 | bcma_core_mips_early_init(mcore); | 264 | bcma_core_mips_early_init(mcore); |
265 | 265 | ||
266 | mcore->assigned_irqs = 1; | ||
267 | |||
268 | switch (bus->chipinfo.id) { | 266 | switch (bus->chipinfo.id) { |
269 | case BCMA_CHIP_ID_BCM4716: | 267 | case BCMA_CHIP_ID_BCM4716: |
270 | case BCMA_CHIP_ID_BCM4748: | 268 | case BCMA_CHIP_ID_BCM4748: |
diff --git a/include/linux/bcma/bcma_driver_mips.h b/include/linux/bcma/bcma_driver_mips.h index 0baf8a56b794..6495579e3f35 100644 --- a/include/linux/bcma/bcma_driver_mips.h +++ b/include/linux/bcma/bcma_driver_mips.h | |||
@@ -36,7 +36,6 @@ struct bcma_drv_mips { | |||
36 | struct bcma_device *core; | 36 | struct bcma_device *core; |
37 | u8 setup_done:1; | 37 | u8 setup_done:1; |
38 | u8 early_setup_done:1; | 38 | u8 early_setup_done:1; |
39 | unsigned int assigned_irqs; | ||
40 | }; | 39 | }; |
41 | 40 | ||
42 | #ifdef CONFIG_BCMA_DRIVER_MIPS | 41 | #ifdef CONFIG_BCMA_DRIVER_MIPS |