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)
commit4ec0ddb1b4fe3f7d93fdc862d2a7338cd354fe94
tree122b8d972b0008911633649400cceff8e1946690
parent5b9ec339e45916ee682b8402597d7f2c6a04da17
usb: dwc3: debugfs: mark our regset structure const

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>
drivers/usb/dwc3/debugfs.c
This page took 0.028542 seconds and 5 git commands to generate.