Message ID | 1601013702-29079-1-git-send-email-chunfeng.yun@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
Hi, Felipe, Sorry again, please ignore these ones, 01/11 is lost, will resend On Fri, 2020-09-25 at 14:01 +0800, Chunfeng Yun wrote: > No definition for bdc_ep_set_halt(), so remove it. > > Cc: Florian Fainelli <f.fainelli@gmail.com> > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > Acked-by: Florian Fainelli <f.fainelli@gmail.com> > --- > v3: add acked-by Florian > > v2: add Cc Florian > --- > drivers/usb/gadget/udc/bdc/bdc_cmd.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/usb/gadget/udc/bdc/bdc_cmd.h b/drivers/usb/gadget/udc/bdc/bdc_cmd.h > index 373e674..a3a6dbd 100644 > --- a/drivers/usb/gadget/udc/bdc/bdc_cmd.h > +++ b/drivers/usb/gadget/udc/bdc/bdc_cmd.h > @@ -16,7 +16,6 @@ > int bdc_stop_ep(struct bdc *, int); > int bdc_ep_set_stall(struct bdc *, int); > int bdc_ep_clear_stall(struct bdc *, int); > -int bdc_ep_set_halt(struct bdc_ep *, u32 , int); > int bdc_ep_bla(struct bdc *, struct bdc_ep *, dma_addr_t); > int bdc_function_wake(struct bdc*, u8); > int bdc_function_wake_fh(struct bdc*, u8);
diff --git a/drivers/usb/gadget/udc/bdc/bdc_cmd.h b/drivers/usb/gadget/udc/bdc/bdc_cmd.h index 373e674..a3a6dbd 100644 --- a/drivers/usb/gadget/udc/bdc/bdc_cmd.h +++ b/drivers/usb/gadget/udc/bdc/bdc_cmd.h @@ -16,7 +16,6 @@ int bdc_stop_ep(struct bdc *, int); int bdc_ep_set_stall(struct bdc *, int); int bdc_ep_clear_stall(struct bdc *, int); -int bdc_ep_set_halt(struct bdc_ep *, u32 , int); int bdc_ep_bla(struct bdc *, struct bdc_ep *, dma_addr_t); int bdc_function_wake(struct bdc*, u8); int bdc_function_wake_fh(struct bdc*, u8);