dm: define LOG_CATEGORY for all uclass
[platform/kernel/u-boot.git] / drivers / video / display-uclass.c
index 068108e..2da3d1d 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright 2014 Google Inc.
  */
 
+#define LOG_CATEGORY UCLASS_DISPLAY
+
 #include <common.h>
 #include <dm.h>
 #include <display.h>