]> git.baikalelectronics.ru Git - kernel.git/commit
net: xilinx: constify of_device_id array
authorFabian Frederick <fabf@skynet.be>
Tue, 17 Mar 2015 18:37:40 +0000 (19:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Mar 2015 19:00:22 +0000 (15:00 -0400)
commitae5a32a44d5e561ecd5cbf09f8d1d915c55d2349
tree44cdd41067f61e18d243aebf3b44c599f456fe0e
parentaa9b2e9a535b515f52ec65a8872c45ff3794a099
net: xilinx: 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/xilinx/ll_temac_main.c
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
drivers/net/ethernet/xilinx/xilinx_emaclite.c