commit | 9b05f462b78852fcb2b0508148a855d47c6e5c02 | [log] [tgz] |
---|---|---|
author | Lad, Prabhakar <prabhakar.csengg@gmail.com> | Thu Jan 16 11:35:41 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 16 17:29:53 2014 -0800 |
tree | 706e68fa3186f1711e3c1bd3f3dfc40df4c932cd | |
parent | 3ec775b9fb950db19175ab7984a0d65fda1142b4 [diff] |
net: davinci_mdio: Fix sparse warning This patch fixes following sparse warning davinci_mdio.c:85:27: warning: symbol 'default_pdata' was not declared. Should it be static? Also makes the default_pdata as a constant. Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Acked-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>