The musb driver no longer uses procfs, so get rid of the proc_dir_entry
variable in struct musb.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
        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
 
        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;