Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143274
b: refs/heads/master
c: e588a00
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Apr 14, 2009
1 parent e672524 commit 3e08dc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b41f5688c1e03c41c772cd1766d6d80189380dd
refs/heads/master: e588a00fe546695e93077b3f7b7009f0c31d9370
3 changes: 3 additions & 0 deletions trunk/arch/sh/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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);
Expand Down

0 comments on commit 3e08dc7

Please sign in to comment.