From: David S. Miller Date: Thu, 29 Jun 2006 21:37:09 +0000 (-0700) Subject: [SPARC]: Kill interrupt stuff and linux_phandle from device_node. X-Git-Tag: v2.6.18-rc1~341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=946ea09962a56674fe564b41c3007933bb41a068;p=platform%2Fkernel%2Flinux-stable.git [SPARC]: Kill interrupt stuff and linux_phandle from device_node. Signed-off-by: David S. Miller --- diff --git a/include/asm-sparc/prom.h b/include/asm-sparc/prom.h index b4a061c..86c13dc 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 d284931..aad16c2 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;