diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-06-03 19:23:16 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-06-03 19:23:16 -0700 |
| commit | bee0116622ea30430461c992bc9038b691e4479b (patch) | |
| tree | cc34e7fc2198d7293670fb8e7b9f7e63eef1e0ff /include/linux | |
| parent | 6c90d305cb9e3ebb39131fc646c588cbc1b3810c (diff) | |
| parent | 52d16b41d81e7597369a62278e9b272f0a20d625 (diff) | |
Merge bk://ldm.bkbits.net/linux-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 2186f85a8beb..1c35f87abc9e 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -118,6 +118,7 @@ static inline struct device_driver * get_driver(struct device_driver * drv) } extern void put_driver(struct device_driver * drv); +extern void remove_driver(struct device_driver * drv); extern int driver_for_each_dev(struct device_driver * drv, void * data, int (*callback)(struct device * dev, void * data)); |
