Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24dc3538 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Felipe Balbi
Browse files

usb: musb: get rid of unused proc_dir_entry



The musb driver no longer uses procfs, so get rid of the proc_dir_entry
variable in struct musb.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent c50f056c
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -83,11 +83,6 @@ enum {
	MUSB_PORT_MODE_DUAL_ROLE,
};

#ifdef CONFIG_PROC_FS
#include <linux/fs.h>
#define MUSB_CONFIG_PROC_FS
#endif

/****************************** CONSTANTS ********************************/

#ifndef MUSB_C_NUM_EPS
@@ -425,9 +420,6 @@ struct musb {

	struct musb_hdrc_config	*config;

#ifdef MUSB_CONFIG_PROC_FS
	struct proc_dir_entry *proc_entry;
#endif
	int			xceiv_old_state;
#ifdef CONFIG_DEBUG_FS
	struct dentry		*debugfs_root;