Skip to content

Commit 22640c8

Browse files
jhnikulabroonie
authored andcommitted
spi: pl022: Remove obsolete struct pl022 members from kerneldoc
These structure members were removed in 2012 by the commit ffbbdd2 ("spi: create a message queueing infrastructure"). Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 92e963f commit 22640c8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/spi/spi-pl022.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -346,13 +346,6 @@ struct vendor_data {
346346
* @clk: outgoing clock "SPICLK" for the SPI bus
347347
* @master: SPI framework hookup
348348
* @master_info: controller-specific data from machine setup
349-
* @kworker: thread struct for message pump
350-
* @kworker_task: pointer to task for message pump kworker thread
351-
* @pump_messages: work struct for scheduling work to the message pump
352-
* @queue_lock: spinlock to syncronise access to message queue
353-
* @queue: message queue
354-
* @busy: message pump is busy
355-
* @running: message pump is running
356349
* @pump_transfers: Tasklet used in Interrupt Transfer mode
357350
* @cur_msg: Pointer to current spi_message being processed
358351
* @cur_transfer: Pointer to current spi_transfer

0 commit comments

Comments
 (0)