net: greth: constify of_device_id array
authorFabian Frederick <fabf@skynet.be>
Tue, 17 Mar 2015 18:37:39 +0000 (19:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Mar 2015 19:00:22 +0000 (15:00 -0400)
commit73c7047464f26c00389b142cb1c35a695ff59777
tree160a7735a5900d88d7336c456feff30b5755bb78
parent437dab40bbfadb72e930adc10da62e5f66129769
net: greth: constify of_device_id array

of_device_id is always used as const.
(See driver.of_match_table and open firmware functions)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/aeroflex/greth.c