summaryrefslogtreecommitdiff
path: root/namedev.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-10 05:15:07 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:51:00 -0700
commit882af735ec18cb4e6ba6f59ca60f8266cc96c330 (patch)
tree9a2953bd0ea3c94cbf8dcda3b42842b959e07347 /namedev.h
parent783272f045faf39325678eef0d55a41d7306e2d3 (diff)
[PATCH] remove PLACE key match
ID should do the same, cause we walk up the chain of devices on the physical device and can match for the name of every device there with the ID key.
Diffstat (limited to 'namedev.h')
-rw-r--r--namedev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/namedev.h b/namedev.h
index 76caaaa9f7..d0235996bc 100644
--- a/namedev.h
+++ b/namedev.h
@@ -33,7 +33,6 @@ struct sysfs_class_device;
#define FIELD_BUS "BUS"
#define FIELD_SYSFS "SYSFS"
#define FIELD_ID "ID"
-#define FIELD_PLACE "PLACE"
#define FIELD_PROGRAM "PROGRAM"
#define FIELD_RESULT "RESULT"
#define FIELD_DRIVER "DRIVER"
@@ -64,7 +63,6 @@ struct config_device {
char subsystem[NAME_SIZE];
char bus[NAME_SIZE];
char id[NAME_SIZE];
- char place[NAME_SIZE];
struct sysfs_pair sysfs_pair[MAX_SYSFS_PAIRS];
char program[PATH_SIZE];
char result[PATH_SIZE];