mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 16:48:26 +02:00 
			
		
		
		
	clk: microchip: mpfs-ccc: replace include of asm-generic/errno-base.h
As evidenced by the fact that only 2 other drivers include this header, it is not a normal thing to do. Including the regular version of this header is far more conventional for drivers. Acked-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20231214-dipper-earshot-72eef3059961@spud Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
		
							parent
							
								
									29d861b5d2
								
							
						
					
					
						commit
						2c973fb5d3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -4,8 +4,8 @@ | ||||||
|  * |  * | ||||||
|  * Copyright (C) 2022 Microchip Technology Inc. and its subsidiaries |  * Copyright (C) 2022 Microchip Technology Inc. and its subsidiaries | ||||||
|  */ |  */ | ||||||
| #include "asm-generic/errno-base.h" |  | ||||||
| #include <linux/clk-provider.h> | #include <linux/clk-provider.h> | ||||||
|  | #include <linux/errno.h> | ||||||
| #include <linux/io.h> | #include <linux/io.h> | ||||||
| #include <linux/module.h> | #include <linux/module.h> | ||||||
| #include <linux/platform_device.h> | #include <linux/platform_device.h> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Conor Dooley
						Conor Dooley