Re: [PATCH 03/36] usb: serial: ti_usb_3410_5052: Remove ti_usb_3410_5052.h

From: Johan Hovold
Date: Fri Jul 15 2016 - 06:49:10 EST


On Thu, May 12, 2016 at 10:48:35AM +0200, Mathieu OTHACEHE wrote:
> The definitions in ti_usb_3410_5052.h are only used in
> ti_usb_3410_5052.c.
> The content of the header is copied in ti_usb_3410_5052.c.
>
> Also correct a typo in macro TI_PIPE_MODE_CONTINOUS.
>
> Signed-off-by: Mathieu OTHACEHE <m.othacehe@xxxxxxxxx>
> ---
> drivers/usb/serial/ti_usb_3410_5052.c | 237 +++++++++++++++++++++++++++++++++-
> 1 file changed, 235 insertions(+), 2 deletions(-)

You forgot actually remove the now unused header file. Fix it up before
applying.

Thanks,
Johan