Skip to content

Commit 2c973fb

Browse files
ConchuODbebarino
authored andcommitted
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>
1 parent 29d861b commit 2c973fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/microchip/clk-mpfs-ccc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* Copyright (C) 2022 Microchip Technology Inc. and its subsidiaries
66
*/
7-
#include "asm-generic/errno-base.h"
87
#include <linux/clk-provider.h>
8+
#include <linux/errno.h>
99
#include <linux/io.h>
1010
#include <linux/module.h>
1111
#include <linux/platform_device.h>

0 commit comments

Comments
 (0)