From 293c14d9329de03b8f77d8897b985f150b51e56c Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Wed, 30 Oct 2002 20:25:59 -0800 Subject: driver model: remove few remaining references to driverfs. --- include/linux/device.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/linux/device.h') 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 #include #include -#include #include #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 */ -- cgit v1.2.3