commit | db98a0b001df79ffcdd4f231c3516411786a1113 | [log] [tgz] |
---|---|---|
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | Wed Jan 06 23:07:17 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 07 17:06:08 2010 -0800 |
tree | 0a21ac92a40c2c6cefc3e442b1dfa40982da446a | |
parent | 65818fa744e70a58d230083dda1f1cd8e5c5e2ee [diff] |
stmmac: reorganise class operations. This patch reorganises the internal stmmac ops structure. The stmmac_ops has been splitted into other three structures named: stmmac_ops stmmac_dma_ops stmmac_desc_ops This makes the code more clear and also helps the next work to make the driver more generic. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>