debugfs: regset32: make struct debugfs_reg32 pointer const
authorFelipe Balbi <balbi@ti.com>
Fri, 18 Jan 2013 20:40:32 +0000 (22:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2013 23:25:53 +0000 (15:25 -0800)
no user of that should ever change that pointer,
so let's mark it const to prevent that from
happening.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found