diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-10-09 12:04:49 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-10 12:38:06 +0200 |
commit | 1141a7522e3961e8d4b20db7495d4dfb1e07d7ae (patch) | |
tree | d83d4b4573a3ebe513f082fa32507479ce2a63a8 /drivers/usb/typec/hd3ss3220.c | |
parent | 07562314c2d3563daafb6f5fde8ca22e11308e0d (diff) | |
download | linux-stable-1141a7522e3961e8d4b20db7495d4dfb1e07d7ae.tar.gz linux-stable-1141a7522e3961e8d4b20db7495d4dfb1e07d7ae.tar.bz2 linux-stable-1141a7522e3961e8d4b20db7495d4dfb1e07d7ae.zip |
usb: typec: remove duplicated include from hd3ss3220.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20191009120449.44899-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/typec/hd3ss3220.c')
-rw-r--r-- | drivers/usb/typec/hd3ss3220.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/typec/hd3ss3220.c b/drivers/usb/typec/hd3ss3220.c index 7e5f3f73f6f4..9715600aeb04 100644 --- a/drivers/usb/typec/hd3ss3220.c +++ b/drivers/usb/typec/hd3ss3220.c @@ -10,7 +10,6 @@ #include <linux/usb/role.h> #include <linux/irqreturn.h> #include <linux/interrupt.h> -#include <linux/module.h> #include <linux/regmap.h> #include <linux/slab.h> #include <linux/usb/typec.h> |