Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373916
b: refs/heads/master
c: b1a3582
h: refs/heads/master
v: v3
  • Loading branch information
Philipp Zabel authored and Shawn Guo committed Apr 12, 2013
1 parent 2c64784 commit 0159a81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 686631042325a209766be89b5566b426875ca05e
refs/heads/master: b1a3582dc6f1f85a56b60f688305a5194e266e02
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-imx/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ extern void mxc_set_cpu_type(unsigned int type);
extern void mxc_restart(char, const char *);
extern void mxc_arch_reset_init(void __iomem *);
extern int mx53_revision(void);
extern int imx6q_revision(void);
extern int mx53_display_revision(void);
extern void imx_set_aips(void __iomem *);
extern int mxc_device_init(void);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-imx/mach-imx6q.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "cpuidle.h"
#include "hardware.h"

static int imx6q_revision(void)
int imx6q_revision(void)
{
static u32 rev;

Expand Down

0 comments on commit 0159a81

Please sign in to comment.