diff mbox series

[3/4] usb: xhci: remove unused member 'parent' in xhci_regset struct

Message ID 1550685055-13612-4-git-send-email-mathias.nyman@linux.intel.com (mailing list archive)
State Mainlined
Commit 58f7691fd7383a904ca86500288e1c5ffd354edc
Headers show
Series xhci features for usb-next | expand

Commit Message

Mathias Nyman Feb. 20, 2019, 5:50 p.m. UTC
From: Chunfeng Yun <chunfeng.yun@mediatek.com>

The member @parent of xhci_regset struct is not used in fact,
so remove it

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
---
 drivers/usb/host/xhci-debugfs.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/usb/host/xhci-debugfs.h b/drivers/usb/host/xhci-debugfs.h
index ac5bc40..f7a4e24 100644
--- a/drivers/usb/host/xhci-debugfs.h
+++ b/drivers/usb/host/xhci-debugfs.h
@@ -80,7 +80,6 @@  struct xhci_regset {
 	char			name[DEBUGFS_NAMELEN];
 	struct debugfs_regset32	regset;
 	size_t			nregs;
-	struct dentry		*parent;
 	struct list_head	list;
 };