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
					
				|  | @ -3,6 +3,8 @@ | |||
|  * Copyright (c) 2013 Google, Inc | ||||
|  */ | ||||
| 
 | ||||
| #define LOG_CATEGORY	UCLASS_GPIO | ||||
| 
 | ||||
| #include <common.h> | ||||
| #include <dm.h> | ||||
| #include <log.h> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue