mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[MIPS] rbtx4927: Fix some gcc warnings and a section mismatch.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
d4414cc48b
commit
8449d399d2
3 changed files with 7 additions and 57 deletions
|
@ -79,7 +79,7 @@ static unsigned char backplane_pci_irq[4][4] = {
|
|||
TX4927_IRQ_IOC_PCIC}
|
||||
};
|
||||
|
||||
int pci_get_irq(struct pci_dev *dev, int pin)
|
||||
static int pci_get_irq(const struct pci_dev *dev, int pin)
|
||||
{
|
||||
unsigned char irq = pin;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue