can: loopback: kconfig: Remove unused CAN_RECEIVER_WORKQ_PRIO symbol

Added in commit 0e807c3f54 ("drivers: can: Add loopback driver"), then
never used.

Found with a script.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-10-18 18:57:12 +02:00 committed by Maureen Helm
commit 894ec29606

View file

@ -34,11 +34,4 @@ config CAN_LOOPBACK_FRAME_BUF_SIZE
help
Defines the number of frames that can be buffered for each filter.
config CAN_RECEIVER_WORKQ_PRIO
int "Priority of the receiver workq"
default 2
help
Specify the priority for the receiver workq. This workq calls the
receiver callbacks.
endif # CAN_LOOPBACK