提交 946ea099 编写于 作者: D David S. Miller 提交者: David S. Miller

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

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 ee5caf0e
......@@ -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;
......@@ -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;
......
......@@ -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;
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册