Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62287
b: refs/heads/master
c: e865f3e
h: refs/heads/master
i:
  62285: 8c21a7c
  62283: b48fa64
  62279: 880b852
  62271: 71ea3c3
v: v3
  • Loading branch information
David S. Miller committed Jul 21, 2007
1 parent 30815db commit 29c92aa
Show file tree
Hide file tree
Showing 2 changed files with 14 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: c73fcc846c91f53fd2c67fd9c6c04888a9e5892e
refs/heads/master: e865f3e6f4ef2d2617f5003c7c819ed15b5a511b
14 changes: 13 additions & 1 deletion trunk/include/asm-sparc/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,17 @@
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>
#ifndef _ASM_SPARC_DEVICE_H
#define _ASM_SPARC_DEVICE_H

struct device_node;
struct of_device;

struct dev_archdata {
struct device_node *prom_node;
struct of_device *op;
};

#endif /* _ASM_SPARC_DEVICE_H */


0 comments on commit 29c92aa

Please sign in to comment.