Commit 946ea09962a56674fe564b41c3007933bb41a068

Authored by David S. Miller
Committed by David S. Miller
1 parent ee5caf0ee1

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

Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 2 changed files with 0 additions and 16 deletions Side-by-side Diff

include/asm-sparc/prom.h
... ... @@ -25,11 +25,6 @@
25 25 typedef u32 phandle;
26 26 typedef u32 ihandle;
27 27  
28   -struct interrupt_info {
29   - int line;
30   - int sense; /* +ve/-ve logic, edge or level, etc. */
31   -};
32   -
33 28 struct property {
34 29 char *name;
35 30 int length;
... ... @@ -43,9 +38,6 @@
43 38 char *name;
44 39 char *type;
45 40 phandle node;
46   - phandle linux_phandle;
47   - int n_intrs;
48   - struct interrupt_info *intrs;
49 41 char *path_component_name;
50 42 char *full_name;
51 43  
include/asm-sparc64/prom.h
... ... @@ -25,11 +25,6 @@
25 25 typedef u32 phandle;
26 26 typedef u32 ihandle;
27 27  
28   -struct interrupt_info {
29   - int line;
30   - int sense; /* +ve/-ve logic, edge or level, etc. */
31   -};
32   -
33 28 struct property {
34 29 char *name;
35 30 int length;
... ... @@ -43,9 +38,6 @@
43 38 char *name;
44 39 char *type;
45 40 phandle node;
46   - phandle linux_phandle;
47   - int n_intrs;
48   - struct interrupt_info *intrs;
49 41 char *path_component_name;
50 42 char *full_name;
51 43