usb: renesas_usbhs: constify usbhs_pkt_handle structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 27 Dec 2015 20:50:29 +0000 (21:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jan 2016 03:45:09 +0000 (19:45 -0800)
commitfcb42e232a2dd3904f09107bf02904b760a0dd9a
treee07f3972e2a8a32a196e6ce0035af11fa81f97a6
parent9c2863b53fcd54e40e30d25ac83eca2e31fda1e1
usb: renesas_usbhs: constify usbhs_pkt_handle structures

The usbhs_pkt_handle structures are never modified, so declare them as
const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/renesas_usbhs/fifo.c
drivers/usb/renesas_usbhs/fifo.h
drivers/usb/renesas_usbhs/pipe.h
This page took 0.025211 seconds and 5 git commands to generate.