diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-02 12:22:07 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-24 14:43:05 -0700 |
commit | a6363463e8f5c7996aff6fa1285ff6c7cc3d3f6d (patch) | |
tree | 6bf0691fb75d2cf59f853e64012290ee94cefec1 /drivers/usb/host/isp1362.h | |
parent | 0511b36399434d49d3a6b58cf49be90d96e66848 (diff) | |
download | blackbird-obmc-linux-a6363463e8f5c7996aff6fa1285ff6c7cc3d3f6d.tar.gz blackbird-obmc-linux-a6363463e8f5c7996aff6fa1285ff6c7cc3d3f6d.zip |
USB: isp1362: move debug files from proc to debugfs
Drivers should not be putting debug files in /proc/ that is what debugfs
is for, so move the isp1362 driver's debug file to debugfs.
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/isp1362.h')
-rw-r--r-- | drivers/usb/host/isp1362.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp1362.h b/drivers/usb/host/isp1362.h index 7b34699f5a65..3b0b4847c3a9 100644 --- a/drivers/usb/host/isp1362.h +++ b/drivers/usb/host/isp1362.h @@ -480,7 +480,7 @@ struct isp1362_hcd { struct isp1362_platform_data *board; - struct proc_dir_entry *pde; + struct dentry *debug_file; unsigned long stat1, stat2, stat4, stat8, stat16; /* HC registers */ |