dm: define LOG_CATEGORY for all uclass
[platform/kernel/u-boot.git] / drivers / mtd / mtd-uclass.c
index 4ab84de..0743fe7 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
  */
 
+#define LOG_CATEGORY UCLASS_MTD
+
 #include <common.h>
 #include <dm.h>
 #include <dm/device-internal.h>