diff options
author | David S. Miller <davem@davemloft.net> | 2006-06-29 14:37:09 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-29 16:37:25 -0700 |
commit | 946ea09962a56674fe564b41c3007933bb41a068 (patch) | |
tree | 8843085316abcc9ea7503715194f7a3c7bfd0671 /include | |
parent | ee5caf0ee19f65a5e29bf20a0dffd8be8b4827fd (diff) | |
download | linux-3.10-946ea09962a56674fe564b41c3007933bb41a068.tar.gz linux-3.10-946ea09962a56674fe564b41c3007933bb41a068.tar.bz2 linux-3.10-946ea09962a56674fe564b41c3007933bb41a068.zip |
[SPARC]: Kill interrupt stuff and linux_phandle from device_node.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sparc/prom.h | 8 | ||||
-rw-r--r-- | include/asm-sparc64/prom.h | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/include/asm-sparc/prom.h b/include/asm-sparc/prom.h index b4a061c5241..86c13dccea3 100644 --- a/include/asm-sparc/prom.h +++ b/include/asm-sparc/prom.h @@ -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; diff --git a/include/asm-sparc64/prom.h b/include/asm-sparc64/prom.h index d2849312dea..aad16c2aa5e 100644 --- a/include/asm-sparc64/prom.h +++ b/include/asm-sparc64/prom.h @@ -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; |