Skip to content

Commit

Permalink
[SPARC]: Kill interrupt stuff and linux_phandle from device_node.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller authored and David S. Miller committed Jun 29, 2006
1 parent ee5caf0 commit 946ea09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions 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 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 946ea09

Please sign in to comment.