Skip to content

Commit

Permalink
bcma: mips: remove assigned_irqs from structure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed Jan 7, 2013
1 parent db5230d commit 8f9dc85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions drivers/bcma/driver_mips.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ void bcma_core_mips_init(struct bcma_drv_mips *mcore)

bcma_core_mips_early_init(mcore);

mcore->assigned_irqs = 1;

switch (bus->chipinfo.id) {
case BCMA_CHIP_ID_BCM4716:
case BCMA_CHIP_ID_BCM4748:
Expand Down
1 change: 0 additions & 1 deletion include/linux/bcma/bcma_driver_mips.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f9dc85

Please sign in to comment.