dm: define LOG_CATEGORY for all uclass
[platform/kernel/u-boot.git] / drivers / led / led-uclass.c
index e15a296..7e298db 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_LED
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>