]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/prom.h
Merge git://git.infradead.org/~dwmw2/khdrs-2.6
[linux-2.6-omap-h63xx.git] / include / asm-sparc / prom.h
index b4a061c5241d0d5ae2551dc1b821606dbc8bf172..86c13dccea3d37f36cc9416d19e7e6c60fc83b8e 100644 (file)
 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;