Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339738
b: refs/heads/master
c: 17c342a
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo committed Oct 15, 2012
1 parent 563f95a commit e4f073e
Show file tree
Hide file tree
Showing 5 changed files with 6 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: e29248c9a7522cb50edd29f2a717be8f323cbeb3
refs/heads/master: 17c342ae23751424d3c943d02a4dbc8607e629d4
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-imx/cpu-imx25.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
#include <linux/module.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/iim.h>

#include "iim.h"

static int mx25_cpu_rev = -1;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-imx/cpu-imx31.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#include <linux/module.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/iim.h>

#include "common.h"
#include "iim.h"

static int mx31_cpu_rev = -1;

Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-imx/cpu-imx35.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
#include <linux/module.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/iim.h>

#include "iim.h"

static int mx35_cpu_rev = -1;

Expand Down
File renamed without changes.

0 comments on commit e4f073e

Please sign in to comment.