commit | 833d6e01b4cfbc033a915ae02744247bbf7c619d | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Fri Jan 18 22:40:32 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jan 18 15:25:53 2013 -0800 |
tree | c67c832bf1fb0654b3cb401b49571d9711f33c53 | |
parent | 0d4fb6e4cd0e067f7887ed2ce3784b04feafa097 [diff] |
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>