Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272587
b: refs/heads/master
c: fbe01f5
h: refs/heads/master
i:
  272585: 6574307
  272583: c9289ba
v: v3
  • Loading branch information
Kevin Hilman authored and Kevin Hilman committed Sep 21, 2011
1 parent 1cb9365 commit cd94cdb
Show file tree
Hide file tree
Showing 2 changed files with 6 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: d66b3fe436a296f102e8944247972fc0c17ddf26
refs/heads/master: fbe01f51a8260c1f0a66e8730c4fd2c5160ecb91
5 changes: 5 additions & 0 deletions trunk/arch/arm/include/asm/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ struct dev_archdata {
#endif
};

struct omap_device;

struct pdev_archdata {
#ifdef CONFIG_ARCH_OMAP
struct omap_device *od;
#endif
};

#endif

0 comments on commit cd94cdb

Please sign in to comment.