summaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-07-07 07:06:03 -0400
committerTom Rini <trini@konsulko.com>2019-07-07 07:06:03 -0400
commite597e5b6bca03dfbcd1d78c98ada335fd940e6ea (patch)
tree761d334c9c466bbcbf92488743a22e9b999b8d5f /drivers/core/uclass.c
parentace0d2ef2bc1e55aa3b90dd2882f9a474a09d0a6 (diff)
parent3b83829ed63fabe460592395571c1d8fd9b861c8 (diff)
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
- DWC and i.MX6 fixes
Diffstat (limited to 'drivers/core/uclass.c')
-rw-r--r--drivers/core/uclass.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/core/uclass.c b/drivers/core/uclass.c
index fc3157de39c..dc9eb62893e 100644
--- a/drivers/core/uclass.c
+++ b/drivers/core/uclass.c
@@ -757,3 +757,8 @@ int uclass_pre_remove_device(struct udevice *dev)
return 0;
}
#endif
+
+UCLASS_DRIVER(nop) = {
+ .id = UCLASS_NOP,
+ .name = "nop",
+};