rocker: Drop pointless static qualifier
authorYueHaibing <[email protected]>
Fri, 19 Oct 2018 12:02:59 +0000 (12:02 +0000)
committerDavid S. Miller <[email protected]>
Fri, 19 Oct 2018 17:42:19 +0000 (10:42 -0700)
commit9333f207920336575cba4ed60603c1cdb79ace4f
tree44026ef1eaaf4293051a20f9be8856e15ff6989e
parent1107a674cc0499ba9b6b65cef0632ac7a0fa771c
rocker: Drop pointless static qualifier

There is no need to have the 'struct rocker_desc_info *desc_info'
variable static since new value always be assigned before use it.

Signed-off-by: YueHaibing <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/rocker/rocker_main.c