From: Simon Glass Date: Fri, 5 Feb 2021 04:22:08 +0000 (-0700) Subject: gpio: Define the log category in the uclass X-Git-Tag: v2025.01-rc5-pxa1908~1941^2~12^2~1 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=be04f1ab4291c724a65d86a743b8b7938f15a54c;p=u-boot.git gpio: Define the log category in the uclass This uses log_debug(), etc. but does not define the category. Fix this. Signed-off-by: Simon Glass --- diff --git a/drivers/gpio/gpio-uclass.c b/drivers/gpio/gpio-uclass.c index f8256786c5..729e41033b 100644 --- a/drivers/gpio/gpio-uclass.c +++ b/drivers/gpio/gpio-uclass.c @@ -3,6 +3,8 @@ * Copyright (c) 2013 Google, Inc */ +#define LOG_CATEGORY UCLASS_GPIO + #include #include #include