summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-10-21 22:28:32 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:04:10 -0700
commit9d496c74f3a6b1963727b515126e87e64abe046c (patch)
tree72802387569d3b4083fd6cac3f4b69c0a1a375b4 /udev.h
parentd41120879358f783eb1a457f340c1a4b538a9410 (diff)
[PATCH] got rid of struct device_attr
namedev.c is still a mess, that's up next after testing...
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/udev.h b/udev.h
index 1f6e981cc2..cdf1af4fc2 100644
--- a/udev.h
+++ b/udev.h
@@ -60,13 +60,6 @@ extern int log_message (int level, const char *format, ...)
#define OWNER_SIZE 30
#define GROUP_SIZE 30
-struct device_attr {
- char name[NAME_SIZE];
- char owner[OWNER_SIZE];
- char group[GROUP_SIZE];
- mode_t mode;
-};
-
struct udevice {
char name[NAME_SIZE];
char owner[OWNER_SIZE];