Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289091
b: refs/heads/master
c: 72ed116
h: refs/heads/master
i:
  289089: 0878bcc
  289087: 0365702
v: v3
  • Loading branch information
Josenivaldo Benito Jr authored and Greg Kroah-Hartman committed Feb 14, 2012
1 parent 9814537 commit 84ffd02
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c8100d2b186b804305608c22cc77b0deeb1d9821
refs/heads/master: 72ed116fe68a2adb45234fcffffeec04d789071b
2 changes: 1 addition & 1 deletion trunk/drivers/staging/sm7xx/smtcfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#define dac_reg (0x3c8)
#define dac_val (0x3c9)

extern char *smtc_RegBaseAddress;
extern char __iomem *smtc_RegBaseAddress;
#define smtc_mmiowb(dat, reg) writeb(dat, smtc_RegBaseAddress + reg)
#define smtc_mmioww(dat, reg) writew(dat, smtc_RegBaseAddress + reg)
#define smtc_mmiowl(dat, reg) writel(dat, smtc_RegBaseAddress + reg)
Expand Down

0 comments on commit 84ffd02

Please sign in to comment.