diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-01-04 00:51:24 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-07 15:18:29 -0500 |
commit | 8f9dc85348ac37ff3b6b031d22e93a5b59d81f83 (patch) | |
tree | 59e6ebc5c979ce7a03b03f9c12f3231ff8528a61 /include/linux/bcma | |
parent | db5230d1b3c5f7c62564de2ef07ea1c633548959 (diff) | |
download | talos-obmc-linux-8f9dc85348ac37ff3b6b031d22e93a5b59d81f83.tar.gz talos-obmc-linux-8f9dc85348ac37ff3b6b031d22e93a5b59d81f83.zip |
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>
Diffstat (limited to 'include/linux/bcma')
-rw-r--r-- | include/linux/bcma/bcma_driver_mips.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 { struct bcma_device *core; u8 setup_done:1; u8 early_setup_done:1; - unsigned int assigned_irqs; }; #ifdef CONFIG_BCMA_DRIVER_MIPS |