summaryrefslogtreecommitdiff
path: root/include/linux/device.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2003-08-14 20:33:02 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2003-08-14 20:33:02 -0700
commit1308c2ac258688ef5ca784858cb9f990ae6e423f (patch)
tree434ea0c7902f696bf30a3fd84dce6bcbf0492fab /include/linux/device.h
parenta1ad3d823549923ee72310496e463ed0081c0f6b (diff)
parentb0f48f7fd9ef777a0df2157e08b7c5af8621cd42 (diff)
merge
Diffstat (limited to 'include/linux/device.h')
-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 59808676d3ef..7b49400adf31 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -254,7 +254,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 */