switch debugfs to umode_t
[pandora-kernel.git] / arch / arm / mach-msm / smd_debug.c
index 8736aff..0c56a5a 100644 (file)
@@ -215,7 +215,7 @@ static const struct file_operations debug_ops = {
        .llseek = default_llseek,
 };
 
-static void debug_create(const char *name, mode_t mode,
+static void debug_create(const char *name, umode_t mode,
                         struct dentry *dent,
                         int (*fill)(char *buf, int max))
 {