mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	sh: Add in PCI bus for DMA API debugging.
This adds in the pci_bus_type for DMA API debug. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
		
							parent
							
								
									7b41f5688c
								
							
						
					
					
						commit
						e588a00fe5
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -19,6 +19,7 @@ | |||
| #include <linux/kernel.h> | ||||
| #include <linux/pci.h> | ||||
| #include <linux/init.h> | ||||
| #include <linux/dma-debug.h> | ||||
| #include <asm/io.h> | ||||
| 
 | ||||
| static int __init pcibios_init(void) | ||||
|  | @ -43,6 +44,8 @@ static int __init pcibios_init(void) | |||
| 
 | ||||
| 	pci_fixup_irqs(pci_common_swizzle, pcibios_map_platform_irq); | ||||
| 
 | ||||
| 	dma_debug_add_bus(&pci_bus_type); | ||||
| 
 | ||||
| 	return 0; | ||||
| } | ||||
| subsys_initcall(pcibios_init); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Paul Mundt
						Paul Mundt