Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31301
b: refs/heads/master
c: 946ea09
h: refs/heads/master
i:
  31299: da077a4
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Jun 29, 2006
1 parent 1f3820a commit 80de9b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 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: ee5caf0ee19f65a5e29bf20a0dffd8be8b4827fd
refs/heads/master: 946ea09962a56674fe564b41c3007933bb41a068
8 changes: 0 additions & 8 deletions trunk/include/asm-sparc/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
typedef u32 phandle;
typedef u32 ihandle;

struct interrupt_info {
int line;
int sense; /* +ve/-ve logic, edge or level, etc. */
};

struct property {
char *name;
int length;
Expand All @@ -43,9 +38,6 @@ struct device_node {
char *name;
char *type;
phandle node;
phandle linux_phandle;
int n_intrs;
struct interrupt_info *intrs;
char *path_component_name;
char *full_name;

Expand Down
8 changes: 0 additions & 8 deletions trunk/include/asm-sparc64/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
typedef u32 phandle;
typedef u32 ihandle;

struct interrupt_info {
int line;
int sense; /* +ve/-ve logic, edge or level, etc. */
};

struct property {
char *name;
int length;
Expand All @@ -43,9 +38,6 @@ struct device_node {
char *name;
char *type;
phandle node;
phandle linux_phandle;
int n_intrs;
struct interrupt_info *intrs;
char *path_component_name;
char *full_name;

Expand Down

0 comments on commit 80de9b0

Please sign in to comment.