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)
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

Simple merge