diff options
author | Rikard Falkeborn <[email protected]> | 2020-05-16 14:04:39 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <[email protected]> | 2020-05-18 19:30:56 +0530 |
commit | 728ac1ba2eb4c8c33e17159ade916e504ae03316 (patch) | |
tree | d6f36ffe58aa16c7e4acf0f1a0dc358f36e98ca4 /lib/mpi/mpi-mul.c | |
parent | c79cc3d55c4bf94e9028d6818d449fbdc488eac5 (diff) |
phy: phy-bcm-ns2-usbdrd: 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
7831 3144 128 11103 2b5f drivers/phy/broadcom/phy-bcm-ns2-usbdrd.o
After:
text data bss dec hex filename
7959 3016 128 11103 2b5f drivers/phy/broadcom/phy-bcm-ns2-usbdrd.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