switch debugfs to umode_t
[deliverable/linux.git] / arch / arm / mach-msm / smd_debug.c
index 8736afff82f3e8bec970c406d1b89844d9fef2a4..0c56a5aaf588f18c9b2e311620752137c2e83481 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))
 {
This page took 0.023576 seconds and 5 git commands to generate.