mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-31 10:40:23 +00:00
usb: typec: hd3ss3220_irq() can be static
Fixes: 1c48c759ef ("usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controller")
Signed-off-by: kbuild test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20191005215727.qfypxoswkiyu45ak@332d0cec05f4
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
905eccc6a5
commit
dd3fd317e2
@ -120,7 +120,7 @@ static void hd3ss3220_set_role(struct hd3ss3220 *hd3ss3220)
|
||||
}
|
||||
}
|
||||
|
||||
irqreturn_t hd3ss3220_irq(struct hd3ss3220 *hd3ss3220)
|
||||
static irqreturn_t hd3ss3220_irq(struct hd3ss3220 *hd3ss3220)
|
||||
{
|
||||
int err;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user