commit | d9d8e0418ffd3d189345c435861e254c17ae06e5 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Sep 06 01:41:02 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 06 01:41:24 2009 -0700 |
tree | ee97d40fa4ccfd3c802e6844b3d38097ff7a6c7a | |
parent | 16ebb5e0b36ceadc8186f71d68b0c4fa4b6e781b [diff] |
gianfar: Fix build. Reported by Michael Guntsche <mike@it-loops.com> -------------------- Commit 38bddf04bcfe661fbdab94888c3b72c32f6873b3 gianfar: gfar_remove needs to call unregister_netdev() breaks the build of the gianfar driver because "dev" is undefined in this function. To quickly test rc9 I changed this to priv->ndev but I do not know if this is the correct one. -------------------- Signed-off-by: David S. Miller <davem@davemloft.net>