]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: qcom: geni-se: drop unused kerneldoc struct geni_wrapper param
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 25 Feb 2024 20:25:44 +0000 (21:25 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 4 Mar 2024 04:01:51 +0000 (20:01 -0800)
Drop description of non-existing 'struct geni_wrapper' member:

  qcom-geni-se.c:99: warning: Excess struct member 'to_core' description in 'geni_wrapper'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240225202545.59113-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/qcom-geni-se.c

index bdcf44b85b2f2704a0cdfff6c5f370ab9ba32c4a..2e8f24d5da80b6aadbdacfcc0c36d7cf9a4e92a1 100644 (file)
@@ -89,7 +89,6 @@
  * @base:              Base address of this instance of QUP wrapper core
  * @clks:              Handle to the primary & optional secondary AHB clocks
  * @num_clks:          Count of clocks
- * @to_core:           Core ICC path
  */
 struct geni_wrapper {
        struct device *dev;