diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2013-12-03 18:15:24 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-12 23:43:36 +0400 |
commit | f1a2ca2e4be7327e9f71257c88c0b4f511cb6677 (patch) | |
tree | 3430c712d032cd5f34e9f36ecadfae4e451629fd /drivers/usb/gadget/u_ether.h | |
parent | f212ad4e39759ab24434858630ac627b59e879db (diff) | |
download | linux-f1a2ca2e4be7327e9f71257c88c0b4f511cb6677.tar.xz |
usb: gadget: f_ecm: remove compatibility layer
There are no old function interface users left, so the old interface
can be removed.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmim Park <kyungmin.park@samsung.com>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/u_ether.h')
-rw-r--r-- | drivers/usb/gadget/u_ether.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/gadget/u_ether.h b/drivers/usb/gadget/u_ether.h index a32b41e27450..c06059568d6c 100644 --- a/drivers/usb/gadget/u_ether.h +++ b/drivers/usb/gadget/u_ether.h @@ -270,8 +270,6 @@ static inline bool can_support_ecm(struct usb_gadget *gadget) /* each configuration may bind one instance of an ethernet link */ int geth_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN], struct eth_dev *dev); -int ecm_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN], - struct eth_dev *dev); #ifdef USB_ETH_RNDIS |