Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339827
b: refs/heads/master
c: bb1de88
h: refs/heads/master
i:
  339825: 8055dd8
  339823: cfbc6d8
v: v3
  • Loading branch information
Stephen Warren committed Nov 5, 2012
1 parent 0f873f7 commit f291457
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 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: 2be39c079d692a07b55c8795051d40c0c94a3633
refs/heads/master: bb1de8877c960b3b3e1c8337730df970b262fd44
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/include/mach/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <linux/serial_reg.h>

#include "../../iomap.h"
#include <mach/irammap.h>
#include "../../irammap.h"

.macro addruart, rp, rv, tmp
adr \rp, 99f @ actual addr of 99f
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-tegra/include/mach/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
#include <linux/types.h>
#include <linux/serial_reg.h>

#include <mach/irammap.h>

#include "../../iomap.h"
#include "../../irammap.h"

#define BIT(x) (1 << (x))
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-tegra/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
#include <asm/cacheflush.h>
#include <asm/hardware/cache-l2x0.h>

#include <mach/irammap.h>

#include "iomap.h"
#include "irammap.h"
#include "reset.h"
#include "fuse.h"

Expand Down

0 comments on commit f291457

Please sign in to comment.