Skip to content
Snippets Groups Projects
Commit abb59cff authored by Simon Glass's avatar Simon Glass
Browse files

dm: usb: Adjust the USB_DEVICE() macro naming


In Linux USB_DEVICE() is used to declare a USB device by vendor/device ID.
We should follow the same convention in U-Boot. Rename the existing
USB_DEVICE() macro to U_BOOT_USB_DEVICE() and bring in the USB_DEVICE()
macro from Linux for use in U-Boot.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent c8c2797c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment