]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit0b2eb3e9bc738c23784b9281dd035ee0b450d98a
tree4a95c77a287f9a3c30359ea6ad885b4b8ceb8f8b
parentd03725044a2a75090d1b5b46ed5d87945d2d0116
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