]> git.dujemihanovic.xyz Git - linux.git/commit
net: cx89x0: move attribute declaration before struct keyword
authorStefan Agner <stefan@agner.ch>
Mon, 17 Apr 2017 20:54:34 +0000 (13:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Apr 2017 20:00:34 +0000 (16:00 -0400)
commit9868879f293c599ce13b584c5bd8800312970781
tree4bdb82d1730f31cf8e18e2ba0c135f037aba22aa
parentbf8d9dfb9beeeef48f0444eb02198a09d5a52954
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>
drivers/net/ethernet/cirrus/cs89x0.c