Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56314
b: refs/heads/master
c: ddf526e
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed May 12, 2007
1 parent 054b7d8 commit 7e4676b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5c34d4862e18ef07c1276d233507f540fb5a532
refs/heads/master: ddf526e992c1ea10e31478f4753fd717373f9e8b
3 changes: 3 additions & 0 deletions trunk/drivers/char/tpm/tpm_atmel.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
*/

#ifdef CONFIG_PPC64

#include <asm/prom.h>

#define atmel_getb(chip, offset) readb(chip->vendor->iobase + offset);
#define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset)
#define atmel_request_region request_mem_region
Expand Down

0 comments on commit 7e4676b

Please sign in to comment.