diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-04-05 06:40:41 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-17 15:37:42 -0400 |
commit | 0d305464aefff342c85b4db8b3d7a4345246e5a1 (patch) | |
tree | c3cd06f58d7cf126500258d0a8fc531bd3ed4da2 /include/linux/zorro.h | |
parent | bf54a2b3c0dbf76136f00ff785bf6d8f6291311d (diff) |
m68k: amiga - Zorro host bridge platform device conversion
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
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 | ||