]> www.infradead.org Git - users/willy/xarray.git/commitdiff
clk: microchip: mpfs-ccc: replace include of asm-generic/errno-base.h
authorConor Dooley <conor.dooley@microchip.com>
Thu, 14 Dec 2023 10:59:57 +0000 (10:59 +0000)
committerStephen Boyd <sboyd@kernel.org>
Sun, 17 Dec 2023 22:47:43 +0000 (14:47 -0800)
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>
drivers/clk/microchip/clk-mpfs-ccc.c

index bce61c45e96748d5a7f3e67ec82a5fecdd6f74a3..3a3ea2d142f8a2a39c5f5aef2e506a96039f7400 100644 (file)
@@ -4,8 +4,8 @@
  *
  * Copyright (C) 2022 Microchip Technology Inc. and its subsidiaries
  */
-#include "asm-generic/errno-base.h"
 #include <linux/clk-provider.h>
+#include <linux/errno.h>
 #include <linux/io.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>