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)
commit833d6e01b4cfbc033a915ae02744247bbf7c619d
treec67c832bf1fb0654b3cb401b49571d9711f33c53
parent0d4fb6e4cd0e067f7887ed2ce3784b04feafa097
debugfs: regset32: make struct debugfs_reg32 pointer const

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>
include/linux/debugfs.h
This page took 0.028314 seconds and 5 git commands to generate.