Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144457
b: refs/heads/master
c: fc224a5
h: refs/heads/master
i:
  144455: 7c4435d
v: v3
  • Loading branch information
Chris Leech authored and James Bottomley committed Apr 27, 2009
1 parent 177f95b commit 21a2ca9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3caf02ee280a171074476d346d01dc0f5e05b22c
refs/heads/master: fc224a5bc949aa30df572e990201c8f95767658f
9 changes: 0 additions & 9 deletions trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,6 @@ int fcoe_rcv(struct sk_buff *skb, struct net_device *dev,
kfree_skb(skb);
return -1;
}
EXPORT_SYMBOL_GPL(fcoe_rcv);

/**
* fcoe_start_io() - pass to netdev to start xmit for fcoe
Expand Down Expand Up @@ -1123,7 +1122,6 @@ int fcoe_xmit(struct fc_lport *lp, struct fc_frame *fp)

return 0;
}
EXPORT_SYMBOL_GPL(fcoe_xmit);

/**
* fcoe_percpu_receive_thread() - recv thread per cpu
Expand Down Expand Up @@ -1652,7 +1650,6 @@ int fcoe_link_ok(struct fc_lport *lp)

return rc;
}
EXPORT_SYMBOL_GPL(fcoe_link_ok);

/**
* fcoe_percpu_clean() - Clear the pending skbs for an lport
Expand Down Expand Up @@ -1684,7 +1681,6 @@ void fcoe_percpu_clean(struct fc_lport *lp)
spin_unlock_bh(&pp->fcoe_rx_list.lock);
}
}
EXPORT_SYMBOL_GPL(fcoe_percpu_clean);

/**
* fcoe_clean_pending_queue() - Dequeue a skb and free it
Expand All @@ -1705,7 +1701,6 @@ void fcoe_clean_pending_queue(struct fc_lport *lp)
}
spin_unlock_bh(&fc->fcoe_pending_queue.lock);
}
EXPORT_SYMBOL_GPL(fcoe_clean_pending_queue);

/**
* fcoe_reset() - Resets the fcoe
Expand All @@ -1719,7 +1714,6 @@ int fcoe_reset(struct Scsi_Host *shost)
fc_lport_reset(lport);
return 0;
}
EXPORT_SYMBOL_GPL(fcoe_reset);

/**
* fcoe_hostlist_lookup_softc() - find the corresponding lport by a given device
Expand Down Expand Up @@ -1757,7 +1751,6 @@ struct fc_lport *fcoe_hostlist_lookup(const struct net_device *netdev)

return (fc) ? fc->ctlr.lp : NULL;
}
EXPORT_SYMBOL_GPL(fcoe_hostlist_lookup);

/**
* fcoe_hostlist_add() - Add a lport to lports list
Expand All @@ -1778,7 +1771,6 @@ int fcoe_hostlist_add(const struct fc_lport *lp)
}
return 0;
}
EXPORT_SYMBOL_GPL(fcoe_hostlist_add);

/**
* fcoe_hostlist_remove() - remove a lport from lports list
Expand All @@ -1798,7 +1790,6 @@ int fcoe_hostlist_remove(const struct fc_lport *lp)

return 0;
}
EXPORT_SYMBOL_GPL(fcoe_hostlist_remove);

/**
* fcoe_init() - fcoe module loading initialization
Expand Down

0 comments on commit 21a2ca9

Please sign in to comment.