kernel_samsung_a53x/drivers/usb/usbip
Sebastian Andrzej Siewior 90b69f2e08 kcov: Remove kcov include from sched.h and move it to its users.
[ Upstream commit 183f47fcaa54a5ffe671d990186d330ac8c63b10 ]

The recent addition of in_serving_softirq() to kconv.h results in
compile failure on PREEMPT_RT because it requires
task_struct::softirq_disable_cnt. This is not available if kconv.h is
included from sched.h.

It is not needed to include kconv.h from sched.h. All but the net/ user
already include the kconv header file.

Move the include of the kconv.h header from sched.h it its users.
Additionally include sched.h from kconv.h to ensure that everything
task_struct related is available.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Andrey Konovalov <andreyknvl@google.com>
Link: https://lkml.kernel.org/r/20210218173124.iy5iyqv3a4oia4vv@linutronix.de
Stable-dep-of: 19e35f24750d ("nfc: nci: Fix kcov check in nci_rx_work()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 11:32:46 +01:00
..
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stub.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stub_dev.c USB: usbip: fix stub_dev hub disconnect 2024-11-18 11:43:05 +01:00
stub_main.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stub_rx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stub_tx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
usbip_common.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
usbip_common.h kcov: Remove kcov include from sched.h and move it to its users. 2024-11-19 11:32:46 +01:00
usbip_event.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vhci.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vhci_hcd.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vhci_rx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vhci_sysfs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vhci_tx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vudc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vudc_dev.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vudc_main.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vudc_rx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vudc_sysfs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vudc_transfer.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vudc_tx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00