From 33dca544f28683fb6d69927dbc902c808ecd2bb3 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 26 Jul 2011 04:47:38 -0400 Subject: [PATCH] --- yaml --- r: 280275 b: refs/heads/master c: a85cfdaec935ede36be6c54f98878624b0d9fbad h: refs/heads/master i: 280273: 850ed93cd738b6960de0f46a18e6b83fd50bc549 280271: 3a86012f06a166daebe3848ed8f9287635a2a2c9 v: v3 --- [refs] | 2 +- trunk/include/linux/miscdevice.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ff80e049b673..e10a5c253894 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c6684b26854000d406c9fa0698443c50f2bf2cba +refs/heads/master: a85cfdaec935ede36be6c54f98878624b0d9fbad diff --git a/trunk/include/linux/miscdevice.h b/trunk/include/linux/miscdevice.h index c41d7270c6c6..32085249e9cb 100644 --- a/trunk/include/linux/miscdevice.h +++ b/trunk/include/linux/miscdevice.h @@ -54,7 +54,7 @@ struct miscdevice { struct device *parent; struct device *this_device; const char *nodename; - mode_t mode; + umode_t mode; }; extern int misc_register(struct miscdevice * misc);