summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2003-08-14 02:31:09 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2003-08-14 02:31:09 -0700
commitdf711fe886842e114932ca7b11d7fa750bc136cc (patch)
treebed74cfef2c360d49f7668cf7494b471ebb3edec /include
parent310b411f7f1ac37de5c8b9db5edd8b436b4b5eba (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.h1
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 */