Re: [PATCH v9 14/15] mmc: sdhci-cadence: Support mmc hardware reset

From: Arnd Bergmann
Date: Thu Jan 19 2023 - 03:58:10 EST


On Thu, Jan 19, 2023, at 04:39, Brad Larson wrote:
>
> +extern unsigned int sdhci_timeout_val;
> +

This declaration should not be in the .c file, and I don't think
there should be a global variable with this overly generic name either.

Arnd