aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-mul.c
diff options
context:
space:
mode:
authorRikard Falkeborn <[email protected]>2020-05-16 14:04:40 +0200
committerKishon Vijay Abraham I <[email protected]>2020-05-18 19:30:55 +0530
commitcbe72af1a713f40e2ecd7f0b2c4580a7ab70fcd6 (patch)
tree59544d551e9aa2114da454136f1c6c336eac3f7d /lib/mpi/mpi-mul.c
parent11c82afac8d19eb0364521ebfc3b76cb6863dcb8 (diff)
phy: sr-usb: Constify phy_ops
phy_ops are never modified and can therefore be made const to allow the compiler to put it in read-only memory. Before: text data bss dec hex filename 4310 1244 0 5554 15b2 drivers/phy/broadcom/phy-bcm-sr-usb.o After: text data bss dec hex filename 4438 1116 0 5554 15b2 drivers/phy/broadcom/phy-bcm-sr-usb.o Signed-off-by: Rikard Falkeborn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kishon Vijay Abraham I <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mul.c')
0 files changed, 0 insertions, 0 deletions