summaryrefslogtreecommitdiff
path: root/namedev.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-21 14:01:23 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:36:13 -0700
commit5e39f90b14ccf242618086a0242000fc11317a75 (patch)
treef505f83bddcecf5fe6ff3bc49c9bbe5230253fcf /namedev.h
parent8f2f6e426fc4cc1fa39b864a1792428a4269b751 (diff)
[PATCH] trivial namedev cleanup
Diffstat (limited to 'namedev.h')
-rw-r--r--namedev.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/namedev.h b/namedev.h
index 1e1a9bbc34..a929e52756 100644
--- a/namedev.h
+++ b/namedev.h
@@ -68,17 +68,17 @@ struct sysfs_pair {
struct config_device {
struct list_head node;
+ char kernel[NAME_SIZE];
+ char subsystem[SUBSYSTEM_SIZE];
char bus[BUS_SIZE];
char id[ID_SIZE];
char place[PLACE_SIZE];
- char kernel[NAME_SIZE];
+ struct sysfs_pair sysfs_pair[MAX_SYSFS_PAIRS];
char program[PROGRAM_SIZE];
char result[PROGRAM_SIZE];
- char subsystem[SUBSYSTEM_SIZE];
char driver[DRIVER_SIZE];
char name[NAME_SIZE];
char symlink[NAME_SIZE];
- struct sysfs_pair sysfs_pair[MAX_SYSFS_PAIRS];
char owner[USER_SIZE];
char group[USER_SIZE];