diff options
| author | 2016-02-08 12:13:22 +0100 | |
|---|---|---|
| committer | 2016-02-08 12:13:22 +0100 | |
| commit | b349e9a916772e867d0f9246d2978799897b2495 (patch) | |
| tree | baebdc1a0c1176198518ba6991fbf42ce4614910 /scripts/basic | |
| parent | x86/mm: Make kmap_prot into a #define (diff) | |
| parent | x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernels (diff) | |
Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'scripts/basic')
| -rw-r--r-- | scripts/basic/fixdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index c68fd61fdc42..5b327c67a828 100644 --- a/scripts/basic/fixdep.c +++ b/scripts/basic/fixdep.c @@ -251,7 +251,7 @@ static void parse_config_file(const char *map, size_t len) } /* test is s ends in sub */ -static int strrcmp(char *s, char *sub) +static int strrcmp(const char *s, const char *sub) { int slen = strlen(s); int sublen = strlen(sub); |
