fsl_udc: Don't use create_proc_read_entry()
authorDavid Howells <[email protected]>
Wed, 10 Apr 2013 12:23:50 +0000 (13:23 +0100)
committerAl Viro <[email protected]>
Mon, 29 Apr 2013 19:41:53 +0000 (15:41 -0400)
commit77cd02c151cb6b7d81aad4802ee8b98a033863d6
tree6b9c93bad1beff92f78a9f36bd3cff9fc7185aa9
parent96c7a22ebd2c919ed8fb93bb7c02b60aac099768
fsl_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 <[email protected]>
cc: Li Yang <[email protected]>
cc: Felipe Balbi <[email protected]>
cc: Greg Kroah-Hartman <[email protected]>
cc: [email protected]
cc: [email protected]
Signed-off-by: Al Viro <[email protected]>
drivers/usb/gadget/fsl_udc_core.c