]> git.ipfire.org Git - thirdparty/u-boot.git/commit
usb: dwc3: am62: Staticize and constify driver ops
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 10 May 2026 17:16:31 +0000 (19:16 +0200)
committerMarek Vasut <marek.vasut+usb@mailbox.org>
Wed, 3 Jun 2026 00:00:59 +0000 (02:00 +0200)
commitd86b3a753fee2068ab59c7c9be3e973b26de535d
treef927a45ee4ba6767a7b1d0e06eda86da0b3bfbfe
parent4674475760d293d6cca07c2f85ef48029e08078b
usb: dwc3: am62: Staticize and constify driver ops

Set the ops structure as static const. The structure is not accessible
from outside of this driver and is not going to be modified at runtime.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
drivers/usb/dwc3/dwc3-am62.c