ARM: uniphier: drop #include <log.h> again
I do not understand the changes made to these files by commitf7ae49fc4f("common: Drop log.h from common header"). git showf7ae49fc4f-- arch/arm/mach-uniphier/ None of them uses the log function feature. Simply revert the changes made to these files. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									e9d3b23505
								
							
						
					
					
						commit
						1e1518866f
					
				|  | @ -5,7 +5,6 @@ | |||
|  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com> | ||||
|  */ | ||||
| 
 | ||||
| #include <log.h> | ||||
| #include <linux/errno.h> | ||||
| #include <linux/io.h> | ||||
| #include <linux/printk.h> | ||||
|  |  | |||
|  | @ -4,7 +4,6 @@ | |||
|  * Copyright (C) 2015-2016 Socionext Inc. | ||||
|  */ | ||||
| 
 | ||||
| #include <log.h> | ||||
| #include <linux/bitops.h> | ||||
| #include <linux/delay.h> | ||||
| #include <linux/errno.h> | ||||
|  |  | |||
|  | @ -7,7 +7,6 @@ | |||
|  * Copyright (C) 2015 Socionext Inc. | ||||
|  */ | ||||
| 
 | ||||
| #include <log.h> | ||||
| #include <linux/bitops.h> | ||||
| #include <linux/delay.h> | ||||
| #include <linux/errno.h> | ||||
|  |  | |||
|  | @ -8,7 +8,6 @@ | |||
| #include <common.h> | ||||
| #include <dm/of.h> | ||||
| #include <fdt_support.h> | ||||
| #include <log.h> | ||||
| #include <linux/ctype.h> | ||||
| #include <linux/delay.h> | ||||
| #include <linux/io.h> | ||||
|  |  | |||
|  | @ -4,7 +4,6 @@ | |||
|  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com> | ||||
|  */ | ||||
| 
 | ||||
| #include <log.h> | ||||
| #include <linux/errno.h> | ||||
| #include <dm.h> | ||||
| #include <dm/uclass-internal.h> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue