mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	MIPS: TXx9: Add __init tag for tx4938_pcic1_map_irq.
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
							
								
									ce8e74112b
								
							
						
					
					
						commit
						ee25d33f87
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -114,7 +114,7 @@ int __init tx4938_pciclk66_setup(void) | |||
| 	return pciclk; | ||||
| } | ||||
| 
 | ||||
| int tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot) | ||||
| int __init tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot) | ||||
| { | ||||
| 	if (get_tx4927_pcicptr(dev->bus->sysdata) == tx4938_pcic1ptr) { | ||||
| 		switch (slot) { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Atsushi Nemoto
						Atsushi Nemoto