Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272491
b: refs/heads/master
c: ec13592
h: refs/heads/master
i:
  272489: 8c77b12
  272487: 26285a4
v: v3
  • Loading branch information
Arnd Bergmann authored and Eric Miao committed Oct 8, 2011
1 parent 644d895 commit cd94d93
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: ba4a90a6d86a428c295775b46e653ab8f8e459b8
refs/heads/master: ec13592060ed809c5d6af50f2fcc0b4cc18e3f77
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-pxa/include/mach/zylonite.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extern int wm9713_irq;
extern int lcd_id;
extern int lcd_orientation;

#ifdef CONFIG_CPU_PXA300
#ifdef CONFIG_MACH_ZYLONITE300
extern void zylonite_pxa300_init(void);
#else
static inline void zylonite_pxa300_init(void)
Expand All @@ -29,7 +29,7 @@ static inline void zylonite_pxa300_init(void)
}
#endif

#ifdef CONFIG_CPU_PXA320
#ifdef CONFIG_MACH_ZYLONITE320
extern void zylonite_pxa320_init(void);
#else
static inline void zylonite_pxa320_init(void)
Expand Down

0 comments on commit cd94d93

Please sign in to comment.