aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2006-06-29 17:37:09 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-29 19:37:25 -0400
commit946ea09962a56674fe564b41c3007933bb41a068 (patch)
tree8843085316abcc9ea7503715194f7a3c7bfd0671 /include/asm-sparc64
parentee5caf0ee19f65a5e29bf20a0dffd8be8b4827fd (diff)
[SPARC]: Kill interrupt stuff and linux_phandle from device_node.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r--include/asm-sparc64/prom.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-sparc64/prom.h b/include/asm-sparc64/prom.h
index d2849312dea1..aad16c2aa5e8 100644
--- a/include/asm-sparc64/prom.h
+++ b/include/asm-sparc64/prom.h
@@ -25,11 +25,6 @@
25typedef u32 phandle; 25typedef u32 phandle;
26typedef u32 ihandle; 26typedef u32 ihandle;
27 27
28struct interrupt_info {
29 int line;
30 int sense; /* +ve/-ve logic, edge or level, etc. */
31};
32
33struct property { 28struct property {
34 char *name; 29 char *name;
35 int length; 30 int length;
@@ -43,9 +38,6 @@ struct device_node {
43 char *name; 38 char *name;
44 char *type; 39 char *type;
45 phandle node; 40 phandle node;
46 phandle linux_phandle;
47 int n_intrs;
48 struct interrupt_info *intrs;
49 char *path_component_name; 41 char *path_component_name;
50 char *full_name; 42 char *full_name;
51 43