commit | 7c587d320d110e41008bc7b658655d22485d05a6 | [log] [tgz] |
---|---|---|
author | Ilya Yanok <yanok@emcraft.com> | Mon Nov 28 06:37:29 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:35 2011 +0100 |
tree | 58392efeb9f5db5e384d79dc169a61ded48b04ff | |
parent | 27b8c8f267e260b10450a53b14843eed58cebeff [diff] |
davinci_emac: move arch-independent defines to separate header DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs also. This patch moves common defines from arch-davinci/emac_defs.h to drivers/net/davinci_emac.h DaVinci specific PHY drivers hacked to include the new header. We might want to switch to phylib in future. Signed-off-by: Ilya Yanok <yanok@emcraft.com>