usb: dwc3: debugfs: mark our regset structure const
authorFelipe Balbi <balbi@ti.com>
Fri, 22 Feb 2013 14:17:31 +0000 (16:17 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:14 +0000 (11:17 +0200)
nobody should be modifying that structure and
debugfs has already being fixed to take const
arguments, so we won't cause any new compile
warnings.

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found