summaryrefslogtreecommitdiff
path: root/drivers/core/syscon-uclass.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-10-16 09:44:51 -0400
committerTom Rini <trini@konsulko.com>2020-10-16 09:44:51 -0400
commitda09b99ea572cec9a114872e480b798db11f9c6e (patch)
treeea40e8c6a93a8e6e54ead962cc709e993b607419 /drivers/core/syscon-uclass.c
parent9dc6aef8c963ae17e1263b89c692792fce0c7198 (diff)
parent4a1989c0bc77565493fd142ce224d5d0c88deda9 (diff)
Merge branch '2020-10-15-further-cleanup_dev_xxx'
- Bring in the next round of dev_xxx cleanup patches.
Diffstat (limited to 'drivers/core/syscon-uclass.c')
-rw-r--r--drivers/core/syscon-uclass.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/core/syscon-uclass.c b/drivers/core/syscon-uclass.c
index 5be1d527a0a..509b09845ad 100644
--- a/drivers/core/syscon-uclass.c
+++ b/drivers/core/syscon-uclass.c
@@ -4,6 +4,8 @@
* Written by Simon Glass <sjg@chromium.org>
*/
+#define LOG_CATEGORY UCLASS_SYSCON
+
#include <common.h>
#include <log.h>
#include <syscon.h>