diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2016-12-25 13:30:24 +0530 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-02-24 14:00:23 -0800 |
commit | cb5f9d406d50fc01c6564956ed9317614e665208 (patch) | |
tree | d11aec91001aa2fa5a0a43befe5fe6d4599fb7ca /Documentation/watchdog | |
parent | 8d97005e01445921b429e92d7c425a86f76050ab (diff) | |
download | linux-next-cb5f9d406d50fc01c6564956ed9317614e665208.tar.gz |
watchdog: pika_wdt: add __ro_after_init to ident
The object ident of type watchdog_info structure is not
modified after getting initialized by pikawdt_init. Apart from getting
referenced in init it is also passed as an argument to the function
copy_to_user but this argument is of type const void *. Therefore add
__ro_after_init to its declaration.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/watchdog')
0 files changed, 0 insertions, 0 deletions