1
0
Fork 0

net: cx89x0: move attribute declaration before struct keyword

The attribute declaration is typically before the definition. Move
the __maybe_unused attribute declaration before the struct keyword.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
zero-colors
Stefan Agner 2017-04-17 13:54:34 -07:00 committed by David S. Miller
parent bf8d9dfb9b
commit 9868879f29
1 changed files with 1 additions and 1 deletions

View File

@ -1896,7 +1896,7 @@ static int cs89x0_platform_remove(struct platform_device *pdev)
return 0;
}
static const struct __maybe_unused of_device_id cs89x0_match[] = {
static const struct of_device_id __maybe_unused cs89x0_match[] = {
{ .compatible = "cirrus,cs8900", },
{ .compatible = "cirrus,cs8920", },
{ },