]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
remoteproc: da8xx: Remove unused local struct data
authorAndrew Davis <afd@ti.com>
Mon, 2 Mar 2026 19:56:15 +0000 (13:56 -0600)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Fri, 6 Mar 2026 15:47:09 +0000 (08:47 -0700)
commit7d9e37f30cd5f3db650ee19a733252b22b5ce0a4
tree2579a2d1333acde674c330528cdd5f7c1a41863c
parent3bd256e8cd2abec45811d8bcb6f7240f0b122c6a
remoteproc: da8xx: Remove unused local struct data

The member irq is never used and ack_fxn is unneeded as it
is already a part of another member irq_data. Drop those
and their struct docs. While touching the struct docs add
one for dsp_reset which was previously missing.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20260302195616.312378-2-afd@ti.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/da8xx_remoteproc.c