From 80de9b0a35a904bda02eeddedd0c8fc70a3d7c4d Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Thu, 29 Jun 2006 14:37:09 -0700 Subject: [PATCH] --- yaml --- r: 31301 b: refs/heads/master c: 946ea09962a56674fe564b41c3007933bb41a068 h: refs/heads/master i: 31299: da077a433c833e7c7cdec2c982c42d7ecf2fca58 v: v3 --- [refs] | 2 +- trunk/include/asm-sparc/prom.h | 8 -------- trunk/include/asm-sparc64/prom.h | 8 -------- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/[refs] b/[refs] index 8a75e7b53b7d..121424b331b9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee5caf0ee19f65a5e29bf20a0dffd8be8b4827fd +refs/heads/master: 946ea09962a56674fe564b41c3007933bb41a068 diff --git a/trunk/include/asm-sparc/prom.h b/trunk/include/asm-sparc/prom.h index b4a061c5241d..86c13dccea3d 100644 --- a/trunk/include/asm-sparc/prom.h +++ b/trunk/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/trunk/include/asm-sparc64/prom.h b/trunk/include/asm-sparc64/prom.h index d2849312dea1..aad16c2aa5e8 100644 --- a/trunk/include/asm-sparc64/prom.h +++ b/trunk/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;