From: Jaeden Amero Date: Fri, 5 Jun 2015 23:00:24 +0000 (-0500) Subject: net/phy: micrel: Be more const correct X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~112^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c9a9f7fb0eee8a29cb64dfbdaef25efed17e22c;p=pandora-kernel.git net/phy: micrel: Be more const correct In a few places in this driver, we weren't using const where we could have. Use const more. In addition, change the arrays of strings in ksz9031_config_init() to be not only const, but also static. Signed-off-by: Jaeden Amero Signed-off-by: David S. Miller --- Reading git-diff-tree failed