diff options
| author | Arnaud Lacombe <[email protected]> | 2010-09-04 20:03:30 +0000 |
|---|---|---|
| committer | Arnaud Lacombe <[email protected]> | 2010-09-20 02:54:00 +0000 |
| commit | 2e7a091833f014cac8a6b92573ca6cd2edd2753c (patch) | |
| tree | 43ba1037f16dca5aba229a1a9b134b1ebb7b555f /scripts/kconfig/expr.h | |
| parent | kconfig: don't emit warning upon rootmenu's prompt redefinition (diff) | |
| download | kernel-2e7a091833f014cac8a6b92573ca6cd2edd2753c.tar.gz kernel-2e7a091833f014cac8a6b92573ca6cd2edd2753c.zip | |
kconfig: constify file name
Signed-off-by: Arnaud Lacombe <[email protected]>
Reviewed-by: Sam Ravnborg <[email protected]>
Reviewed-by: Michal Marek <[email protected]>
Diffstat (limited to 'scripts/kconfig/expr.h')
| -rw-r--r-- | scripts/kconfig/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 6ee2e4fb1481..648c609caba0 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h @@ -18,7 +18,7 @@ extern "C" { struct file { struct file *next; struct file *parent; - char *name; + const char *name; int lineno; int flags; }; |
