Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67229
b: refs/heads/master
c: 750d1d1
h: refs/heads/master
i:
  67227: 1707805
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Aug 17, 2007
1 parent 12dafaf commit e7d0454
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: 124d795d16b018b054956c9be561f889acf95ac4
refs/heads/master: 750d1d1ca1d2e94e15393927fd3c30222d1c5203
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/pasemi/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static void pci_dma_dev_setup_pasemi(struct pci_dev *dev)
static void pci_dma_bus_setup_null(struct pci_bus *b) { }
static void pci_dma_dev_setup_null(struct pci_dev *d) { }

int iob_init(struct device_node *dn)
int __init iob_init(struct device_node *dn)
{
unsigned long tmp;
u32 regword;
Expand Down Expand Up @@ -233,7 +233,7 @@ int iob_init(struct device_node *dn)


/* These are called very early. */
void iommu_init_early_pasemi(void)
void __init iommu_init_early_pasemi(void)
{
int iommu_off;

Expand Down

0 comments on commit e7d0454

Please sign in to comment.