]> git.baikalelectronics.ru Git - kernel.git/commit
net: macb: constify macb configuration data
authorJosh Cartwright <joshc@ni.com>
Mon, 9 Mar 2015 16:14:39 +0000 (11:14 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Mar 2015 19:53:42 +0000 (15:53 -0400)
commit1da2d7ad25e3ca1f69041af4ca45574d5dc77ce9
tree4a95c77a287f9a3c30359ea6ad885b4b8ceb8f8b
parent5054159d727e02a332c6cbe72fdd4e8560518690
net: macb: constify macb configuration data

The configurations are not modified by the driver.  Make them 'const' so
that they may be placed in a read-only section.

Signed-off-by: Josh Cartwright <joshc@ni.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cadence/macb.c