staging: bcm2835-codec: Fix declaration of roles
authorKieran Bingham <kieran.bingham@ideasonboard.com>
Wed, 20 Mar 2019 11:42:39 +0000 (11:42 +0000)
committerPhil Elwell <pelwell@users.noreply.github.com>
Wed, 4 Sep 2019 19:27:22 +0000 (20:27 +0100)
commit435bf1c1d2c4981500a714113dacb1337386ea39
tree519abe13fd6382fb2d5d20b793e9acf2136426e1
parent1cc670f5d62a8f9f2078b2e0978ee2d3d53a6fab
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