diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2020-11-14 00:27:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-14 13:24:49 +0300 |
commit | 56c62080d5b57dac2c2cdd4a83571450e38ca763 (patch) | |
tree | 56857274749fc9d47cdf59a9dcd3e85feb2d877f /include/linux/usb | |
parent | e7018751d2e603381ae6028ba4dd21ec45ce38bb (diff) | |
download | linux-56c62080d5b57dac2c2cdd4a83571450e38ca763.tar.xz |
usb: hcd.h: Remove RUN_CONTEXT
The last user of RUN_CONTEXT was removed in commit
97c17beb3b668 ("[PATCH] ehci-hcd (1/2): portability (2.4), tasklet,")
in the history.git repo.
There are no users of RUN_CONTEXT, remove it.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Link: https://lore.kernel.org/r/20201113212704.2243807-1-bigeasy@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/hcd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 3dbb42c637c1..96281cd50ff6 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h @@ -734,10 +734,6 @@ static inline void usbmon_urb_complete(struct usb_bus *bus, struct urb *urb, /* random stuff */ -#define RUN_CONTEXT (in_irq() ? "in_irq" \ - : (in_interrupt() ? "in_interrupt" : "can sleep")) - - /* This rwsem is for use only by the hub driver and ehci-hcd. * Nobody else should touch it. */ |