fixdep: constify strrcmp arguments

strrcmp only performs read access to the memory addressed by its
arguments so make them const pointers.

Signed-off-by: Nicolas Iooss <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
1 file changed