]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit34ebe84a7a1f2a22f35e237a81f6887ae5b4863d
treec67c832bf1fb0654b3cb401b49571d9711f33c53
parentdcdafec33612f24a2ed690947bded3a451c6dc92
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