dm: define LOG_CATEGORY for all uclass
[platform/kernel/u-boot.git] / drivers / mmc / mmc-uclass.c
index 579d7a1..0e13238 100644 (file)
@@ -5,6 +5,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_MMC
+
 #include <common.h>
 #include <log.h>
 #include <mmc.h>