Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294823
b: refs/heads/master
c: ae29514
h: refs/heads/master
i:
  294821: 41d8a01
  294819: 3dd9cc4
  294815: 22668e6
v: v3
  • Loading branch information
Gerard Snitselaar authored and Joerg Roedel committed Mar 22, 2012
1 parent bcbc84e commit 236fde4
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: 3d9761e7a55b429ccee305a53669577b9cc20dac
refs/heads/master: ae295142d2d3989e49c6425c90d2593732a068a1
4 changes: 2 additions & 2 deletions trunk/drivers/iommu/amd_iommu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static u32 rlookup_table_size; /* size if the rlookup table */
*/
extern void iommu_flush_all_caches(struct amd_iommu *iommu);

static int __init amd_iommu_enable_interrupts(void);
static int amd_iommu_enable_interrupts(void);

static inline void update_last_devid(u16 devid)
{
Expand Down Expand Up @@ -1598,7 +1598,7 @@ int __init amd_iommu_init_hardware(void)
return ret;
}

static int __init amd_iommu_enable_interrupts(void)
static int amd_iommu_enable_interrupts(void)
{
struct amd_iommu *iommu;
int ret = 0;
Expand Down

0 comments on commit 236fde4

Please sign in to comment.