Commit dd3fd317 authored by kbuild test robot's avatar kbuild test robot Committed by Greg Kroah-Hartman

usb: typec: hd3ss3220_irq() can be static

Fixes: 1c48c759 ("usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controller")
Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20191005215727.qfypxoswkiyu45ak@332d0cec05f4Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 905eccc6
...@@ -120,7 +120,7 @@ static void hd3ss3220_set_role(struct hd3ss3220 *hd3ss3220) ...@@ -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; int err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment