dm: define LOG_CATEGORY for all uclass
[platform/kernel/u-boot.git] / drivers / watchdog / wdt-uclass.c
index 2687135..a0c2429 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright 2017 Google, Inc
  */
 
+#define LOG_CATEGORY UCLASS_WDT
+
 #include <common.h>
 #include <dm.h>
 #include <errno.h>