Commit df7c718d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] nmclan_cs compile fix

nmclan_cs doesn't compile with older compilers
parent b41e079b
......@@ -710,7 +710,7 @@ while ((last_ret=CardServices(last_fn=(fn), args))!=0) goto cs_failed
static void nmclan_config(dev_link_t *link)
{
client_handle_t handle = link->handle;
struct net_device *dev = link->priv;;
struct net_device *dev = link->priv;
mace_private *lp = dev->priv;
tuple_t tuple;
cisparse_t parse;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment