Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f9dc853 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by John W. Linville
Browse files

bcma: mips: remove assigned_irqs from structure



This member is not needed any more.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent db5230d1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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:
+0 −1
Original line number Diff line number Diff line
@@ -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