summaryrefslogtreecommitdiff
path: root/include/linux/device.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:58:33 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:58:33 -0800
commitb54cee93b40ef775f12206d68f04fb8bb5edbfe9 (patch)
treec26071662a3e081b94c92dedfcab05c7a826ef79 /include/linux/device.h
parentef40d49b1f2892a4cbacd534403e45bcc5cb2694 (diff)
v2.5.0.6 -> v2.5.0.7
- Jens Axboe: more bio fixes/cleanups/breakage ;) - Al Viro: superblock cleanups, boot/root mounting.
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index df9e1724d3e7..32a2fed4dddd 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -113,10 +113,6 @@ struct iobus_driver {
int (*add_device) (struct iobus*, char*);
};
-extern int iobus_register_driver(struct iobus_driver * driver);
-extern void iobus_unregister_driver(struct iobus_driver * driver);
-extern struct iobus_driver * iobus_find_driver(char *name);
-
struct iobus {
spinlock_t lock; /* lock for bus */
atomic_t refcount;