diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-08-14 02:31:09 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-08-14 02:31:09 -0700 |
| commit | df711fe886842e114932ca7b11d7fa750bc136cc (patch) | |
| tree | bed74cfef2c360d49f7668cf7494b471ebb3edec /include | |
| parent | 310b411f7f1ac37de5c8b9db5edd8b436b4b5eba (diff) | |
Driver Core: remove struct device.name as it is not needed
If a specific driver subsystem needs a name field, they should implement it
for just that subsystem.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 2795b85ac6f1..4150645998af 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -258,7 +258,6 @@ struct device { struct device * parent; struct kobject kobj; - char name[DEVICE_NAME_SIZE]; /* descriptive ascii string */ char bus_id[BUS_ID_SIZE]; /* position on parent bus */ struct bus_type * bus; /* type of bus device is on */ |
