Commit 946ea099 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller

[SPARC]: Kill interrupt stuff and linux_phandle from device_node.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ee5caf0e
...@@ -25,11 +25,6 @@ ...@@ -25,11 +25,6 @@
typedef u32 phandle; typedef u32 phandle;
typedef u32 ihandle; typedef u32 ihandle;
struct interrupt_info {
int line;
int sense; /* +ve/-ve logic, edge or level, etc. */
};
struct property { struct property {
char *name; char *name;
int length; int length;
...@@ -43,9 +38,6 @@ struct device_node { ...@@ -43,9 +38,6 @@ struct device_node {
char *name; char *name;
char *type; char *type;
phandle node; phandle node;
phandle linux_phandle;
int n_intrs;
struct interrupt_info *intrs;
char *path_component_name; char *path_component_name;
char *full_name; char *full_name;
......
...@@ -25,11 +25,6 @@ ...@@ -25,11 +25,6 @@
typedef u32 phandle; typedef u32 phandle;
typedef u32 ihandle; typedef u32 ihandle;
struct interrupt_info {
int line;
int sense; /* +ve/-ve logic, edge or level, etc. */
};
struct property { struct property {
char *name; char *name;
int length; int length;
...@@ -43,9 +38,6 @@ struct device_node { ...@@ -43,9 +38,6 @@ struct device_node {
char *name; char *name;
char *type; char *type;
phandle node; phandle node;
phandle linux_phandle;
int n_intrs;
struct interrupt_info *intrs;
char *path_component_name; char *path_component_name;
char *full_name; char *full_name;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment