mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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 <sjg@chromium.org>
This commit is contained in:
parent
d638a18357
commit
be04f1ab42
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
* Copyright (c) 2013 Google, Inc
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY UCLASS_GPIO
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue