staging: bcm2835-codec: Fix declaration of roles
authorKieran Bingham <kieran.bingham@ideasonboard.com>
Wed, 20 Mar 2019 11:42:39 +0000 (11:42 +0000)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:05 +0000 (16:33 +0100)
commitc309544b12803bed90168e38b275ee5afabc69c7
tree82fed72cae70f972289beacbb1f5d195233b58c0
parentac6dc7b338eb35a2ffdca2a10b3c276f06bbc679
staging: bcm2835-codec: Fix declaration of roles

The static role text is declared incorrectly. The static should be
first, and the roles should also be constified.

Convert from "const static char *" to "static const char * const".

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
drivers/staging/vc04_services/bcm2835-codec/bcm2835-v4l2-codec.c