summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
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];