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