Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: common: ulpi: Constify static attribute_group struct
It is never modified, so make them const to allow the compiler to put it in read-only memory. Done with the help of coccinelle. Signed-off-by: Rikard Falkeborn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information