scripts/kallsyms: make find_token() return (unsigned char *)
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 23 Nov 2019 16:04:37 +0000 (01:04 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 25 Nov 2019 12:04:11 +0000 (21:04 +0900)
commit2558c138aca75e5fc435e20fd37f0b0eea61bb65
treeddb82c38bc29bdb53d12f4e464d5a66a5d108e5b
parentaa915245005bdb45ccbc96964853b4a27646390f
scripts/kallsyms: make find_token() return (unsigned char *)

The callers of this function expect (unsigned char *). I do not see
a good reason to make this function return (void *).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kallsyms.c