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

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

authored by David S. Miller and committed by David S. Miller 946ea099 ee5caf0e

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