summaryrefslogtreecommitdiff
path: root/drivers/usb/renesas_usbhs/common.h
diff options
context:
space:
mode:
authorChris Brandt <chris.brandt@renesas.com>2019-05-15 18:20:41 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-21 11:25:59 +0300
commit97a7968448cb0ef5c15e3d395746b108b1a55556 (patch)
treeb452f1b98b72551a6248cc791339be1ad3168414 /drivers/usb/renesas_usbhs/common.h
parentb051c93746543385f398b6b8002a51e9d43143a6 (diff)
downloadlinux-97a7968448cb0ef5c15e3d395746b108b1a55556.tar.xz
usb: renesas_usbhs: move flags to param
Move options from 'flags' field in private structure to param structure where other options are already being kept. Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/renesas_usbhs/common.h')
-rw-r--r--drivers/usb/renesas_usbhs/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/renesas_usbhs/common.h b/drivers/usb/renesas_usbhs/common.h
index de1a6638bf68..1fbffb7bbc8f 100644
--- a/drivers/usb/renesas_usbhs/common.h
+++ b/drivers/usb/renesas_usbhs/common.h
@@ -260,8 +260,6 @@ struct usbhs_priv {
spinlock_t lock;
- u32 flags;
-
/*
* module control
*/