Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Conor Dooley and committed by
Stephen Boyd
2c973fb5 29d861b5

+1 -1
+1 -1
drivers/clk/microchip/clk-mpfs-ccc.c
··· 4 4 * 5 5 * Copyright (C) 2022 Microchip Technology Inc. and its subsidiaries 6 6 */ 7 - #include "asm-generic/errno-base.h" 8 7 #include <linux/clk-provider.h> 8 + #include <linux/errno.h> 9 9 #include <linux/io.h> 10 10 #include <linux/module.h> 11 11 #include <linux/platform_device.h>