summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2002-10-30 20:25:59 -0800
committerPatrick Mochel <mochel@osdl.org>2002-10-30 20:25:59 -0800
commit293c14d9329de03b8f77d8897b985f150b51e56c (patch)
tree4156e82333b195f4e60c4229658f43b655806162 /include/linux
parent69a304e3b48ad7138719a6ecd48cdc20760af523 (diff)
driver model: remove few remaining references to driverfs.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 2a48f492854b..0bea391871ae 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -28,7 +28,6 @@
#include <linux/ioport.h>
#include <linux/list.h>
#include <linux/sched.h>
-#include <linux/driverfs_fs.h>
#include <linux/kobject.h>
#define DEVICE_NAME_SIZE 80
@@ -284,8 +283,6 @@ struct device {
* persists for the right amount of time */
struct bus_type * bus; /* type of bus device is on */
- struct driver_dir_entry dir;
-
struct device_driver *driver; /* which driver has allocated this
device */
void *driver_data; /* data private to the driver */