Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339724
b: refs/heads/master
c: 2f7702a
h: refs/heads/master
v: v3
  • Loading branch information
Ido Yariv authored and Tony Lindgren committed Nov 20, 2012
1 parent d272f0b commit d9e4dd2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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: 8953fe54e7bd0f8cf1a763204e0e3b9e32bcc223
refs/heads/master: 2f7702af64d6ae7ae8b7f6d5dca1bf8bdaf0ac1f
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/omap-iommu-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <plat/iommu.h>
#include <plat/iovmm.h>

#include <plat/iopgtable.h>
#include "omap-iopgtable.h"

#define MAXCOLUMN 100 /* for short messages */

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/omap-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include <plat/iommu.h>

#include <plat/iopgtable.h>
#include "omap-iopgtable.h"

#define for_each_iotlb_cr(obj, n, __i, cr) \
for (__i = 0; \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/omap-iovmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <plat/iommu.h>
#include <plat/iovmm.h>

#include <plat/iopgtable.h>
#include "omap-iopgtable.h"

static struct kmem_cache *iovm_area_cachep;

Expand Down

0 comments on commit d9e4dd2

Please sign in to comment.