kconfig: constify file name
[pandora-kernel.git] / scripts / kconfig / expr.h
index 6ee2e4f..648c609 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
 struct file {
        struct file *next;
        struct file *parent;
-       char *name;
+       const char *name;
        int lineno;
        int flags;
 };