diff options
Diffstat (limited to 'include/linux/zorro.h')
-rw-r--r-- | include/linux/zorro.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/zorro.h b/include/linux/zorro.h index 908db1b36d6c..7bf9db525e9e 100644 --- a/include/linux/zorro.h +++ b/include/linux/zorro.h | |||
@@ -141,15 +141,6 @@ struct zorro_dev { | |||
141 | * Zorro bus | 141 | * Zorro bus |
142 | */ | 142 | */ |
143 | 143 | ||
144 | struct zorro_bus { | ||
145 | struct list_head devices; /* list of devices on this bus */ | ||
146 | unsigned int num_resources; /* number of resources */ | ||
147 | struct resource resources[4]; /* address space routed to this bus */ | ||
148 | struct device dev; | ||
149 | char name[10]; | ||
150 | }; | ||
151 | |||
152 | extern struct zorro_bus zorro_bus; /* single Zorro bus */ | ||
153 | extern struct bus_type zorro_bus_type; | 144 | extern struct bus_type zorro_bus_type; |
154 | 145 | ||
155 | 146 | ||