aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/fcoe')
-rw-r--r--drivers/scsi/fcoe/fcoe.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c
index 13a0a6fdefcc..7bd0e822459d 100644
--- a/drivers/scsi/fcoe/fcoe.c
+++ b/drivers/scsi/fcoe/fcoe.c
@@ -884,7 +884,6 @@ err2:
884 kfree_skb(skb); 884 kfree_skb(skb);
885 return -1; 885 return -1;
886} 886}
887EXPORT_SYMBOL_GPL(fcoe_rcv);
888 887
889/** 888/**
890 * fcoe_start_io() - pass to netdev to start xmit for fcoe 889 * fcoe_start_io() - pass to netdev to start xmit for fcoe
@@ -1123,7 +1122,6 @@ int fcoe_xmit(struct fc_lport *lp, struct fc_frame *fp)
1123 1122
1124 return 0; 1123 return 0;
1125} 1124}
1126EXPORT_SYMBOL_GPL(fcoe_xmit);
1127 1125
1128/** 1126/**
1129 * fcoe_percpu_receive_thread() - recv thread per cpu 1127 * fcoe_percpu_receive_thread() - recv thread per cpu
@@ -1652,7 +1650,6 @@ int fcoe_link_ok(struct fc_lport *lp)
1652 1650
1653 return rc; 1651 return rc;
1654} 1652}
1655EXPORT_SYMBOL_GPL(fcoe_link_ok);
1656 1653
1657/** 1654/**
1658 * fcoe_percpu_clean() - Clear the pending skbs for an lport 1655 * fcoe_percpu_clean() - Clear the pending skbs for an lport
@@ -1684,7 +1681,6 @@ void fcoe_percpu_clean(struct fc_lport *lp)
1684 spin_unlock_bh(&pp->fcoe_rx_list.lock); 1681 spin_unlock_bh(&pp->fcoe_rx_list.lock);
1685 } 1682 }
1686} 1683}
1687EXPORT_SYMBOL_GPL(fcoe_percpu_clean);
1688 1684
1689/** 1685/**
1690 * fcoe_clean_pending_queue() - Dequeue a skb and free it 1686 * fcoe_clean_pending_queue() - Dequeue a skb and free it
@@ -1705,7 +1701,6 @@ void fcoe_clean_pending_queue(struct fc_lport *lp)
1705 } 1701 }
1706 spin_unlock_bh(&fc->fcoe_pending_queue.lock); 1702 spin_unlock_bh(&fc->fcoe_pending_queue.lock);
1707} 1703}
1708EXPORT_SYMBOL_GPL(fcoe_clean_pending_queue);
1709 1704
1710/** 1705/**
1711 * fcoe_reset() - Resets the fcoe 1706 * fcoe_reset() - Resets the fcoe
@@ -1719,7 +1714,6 @@ int fcoe_reset(struct Scsi_Host *shost)
1719 fc_lport_reset(lport); 1714 fc_lport_reset(lport);
1720 return 0; 1715 return 0;
1721} 1716}
1722EXPORT_SYMBOL_GPL(fcoe_reset);
1723 1717
1724/** 1718/**
1725 * fcoe_hostlist_lookup_softc() - find the corresponding lport by a given device 1719 * fcoe_hostlist_lookup_softc() - find the corresponding lport by a given device
@@ -1757,7 +1751,6 @@ struct fc_lport *fcoe_hostlist_lookup(const struct net_device *netdev)
1757 1751
1758 return (fc) ? fc->ctlr.lp : NULL; 1752 return (fc) ? fc->ctlr.lp : NULL;
1759} 1753}
1760EXPORT_SYMBOL_GPL(fcoe_hostlist_lookup);
1761 1754
1762/** 1755/**
1763 * fcoe_hostlist_add() - Add a lport to lports list 1756 * fcoe_hostlist_add() - Add a lport to lports list
@@ -1778,7 +1771,6 @@ int fcoe_hostlist_add(const struct fc_lport *lp)
1778 } 1771 }
1779 return 0; 1772 return 0;
1780} 1773}
1781EXPORT_SYMBOL_GPL(fcoe_hostlist_add);
1782 1774
1783/** 1775/**
1784 * fcoe_hostlist_remove() - remove a lport from lports list 1776 * fcoe_hostlist_remove() - remove a lport from lports list
@@ -1798,7 +1790,6 @@ int fcoe_hostlist_remove(const struct fc_lport *lp)
1798 1790
1799 return 0; 1791 return 0;
1800} 1792}
1801EXPORT_SYMBOL_GPL(fcoe_hostlist_remove);
1802 1793
1803/** 1794/**
1804 * fcoe_init() - fcoe module loading initialization 1795 * fcoe_init() - fcoe module loading initialization