diff options
| author | Mark Brown <broonie@kernel.org> | 2016-03-02 06:58:58 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2016-03-02 06:58:58 +0300 |
| commit | 79e24da00b1137031245f3341828e4215b1b5b59 (patch) | |
| tree | fbb921353aa48f5b26bc9cff4bfd5848010dae23 /scripts/basic | |
| parent | fd9adcfdc1434fdd4d0a14ddfe686449a6ffeeb3 (diff) | |
| parent | e6ef243fa4660f3206137bd5f3e69b13a9b7c28a (diff) | |
| download | linux-79e24da00b1137031245f3341828e4215b1b5b59.tar.xz | |
Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into asoc-rcar
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); |
