summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal-uclass.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/thermal-uclass.c')
-rw-r--r--drivers/thermal/thermal-uclass.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/thermal/thermal-uclass.c b/drivers/thermal/thermal-uclass.c
index a4ea1e2914..700df8af25 100644
--- a/drivers/thermal/thermal-uclass.c
+++ b/drivers/thermal/thermal-uclass.c
@@ -3,6 +3,8 @@
* (C) Copyright 2014 Freescale Semiconductor, Inc
*/
+#define LOG_CATEGORY UCLASS_THERMAL
+
#include <common.h>
#include <dm.h>
#include <thermal.h>