dm: define LOG_CATEGORY for all uclass
[platform/kernel/u-boot.git] / drivers / rng / rng-uclass.c
index b6af3b8..53108e1 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2019, Linaro Limited
  */
 
+#define LOG_CATEGORY UCLASS_RNG
+
 #include <common.h>
 #include <dm.h>
 #include <rng.h>