Message ID | 20230516153109.514251-14-arnd@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 88813f05b834756dfcadb7fbd7bf8f21e69b7811 |
Headers | show |
Series | ARM: SoC: address -Wmissing-prototype warnings | expand |
diff --git a/arch/arm/mach-versatile/versatile.c b/arch/arm/mach-versatile/versatile.c index 02ba68abe533..7ef03d0c224d 100644 --- a/arch/arm/mach-versatile/versatile.c +++ b/arch/arm/mach-versatile/versatile.c @@ -53,7 +53,7 @@ static void __iomem *versatile_sys_base; -unsigned int mmc_status(struct device *dev) +static unsigned int mmc_status(struct device *dev) { struct amba_device *adev = container_of(dev, struct amba_device, dev); u32 mask;