Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67227
b: refs/heads/master
c: 109b60f
h: refs/heads/master
i:
  67225: e995acf
  67223: ff108f0
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Aug 17, 2007
1 parent 12c0bf7 commit 1707805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d56c3aaa9f660e5f5f295da74f5d3db510de0ede
refs/heads/master: 109b60f0bc1306192c765875badcaa5f3850a0a1
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/dart_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static void dart_free(struct iommu_table *tbl, long index, long npages)
}


static int dart_init(struct device_node *dart_node)
static int __init dart_init(struct device_node *dart_node)
{
unsigned int i;
unsigned long tmp, base, size;
Expand Down Expand Up @@ -313,7 +313,7 @@ static void pci_dma_bus_setup_dart(struct pci_bus *bus)
PCI_DN(dn)->iommu_table = &iommu_table_dart;
}

void iommu_init_early_dart(void)
void __init iommu_init_early_dart(void)
{
struct device_node *dn;

Expand Down

0 comments on commit 1707805

Please sign in to comment.