Hi, On Thu, Oct 25, 2018 at 9:38 AM Jordan Crouse <jcrouse@xxxxxxxxxxxxxx> wrote: > + * qcom_llcc_remove - remove the sct table > + * @pdev: Platform device pointer > + */ > +int qcom_llcc_remove(struct platform_device *pdev); > #else Funny that you didn't need to add anything to the "#else" case since "remove" was already there. ;-) ...in any case even though I'm not an expert on the LLCC this seems like a good change. Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>