commit | 96c7a22ebd2c919ed8fb93bb7c02b60aac099768 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Apr 10 11:51:21 2013 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 29 15:41:53 2013 -0400 |
tree | 7b8ff0a16bf384dc7be416e6e6cf7482fc397afc | |
parent | f1cc0444ab2f0e1b254490f497363e3b0c9bcd56 [diff] |
goku_udc: Don't use create_proc_read_entry() Don't use create_proc_read_entry() as that is deprecated, but rather use proc_create_data() and seq_file instead. Signed-off-by: David Howells <dhowells@redhat.com> cc: Felipe Balbi <balbi@ti.com> cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> cc: linux-usb@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>