proc: Use PDE attribute setting accessor functions
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 7 May 2013 09:20:26 +0000 (11:20 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 7 May 2013 19:01:11 +0000 (15:01 -0400)
commit254844d3b9959b52fedf2f22810cc66e82a1ca16
tree1bc220b4c667b6d696ed2620798c2783cf24e1de
parent4385bab128911df14ab25f0b5ae1a48d7b53dd94
proc: Use PDE attribute setting accessor functions

arch/arm/mach-msm/last_radio_log.c: In function 'msm_init_last_radio_log':
arch/arm/mach-msm/last_radio_log.c:69:7: error: dereferencing pointer to incomplete type

arch/cris/kernel/profile.c: In function 'init_cris_profile':
arch/cris/kernel/profile.c:79:8: error: dereferencing pointer to incomplete type

Use proc_set_size(), cfr. commit 271a15eabe094538d958dc68ccfc9c36b699247a
("proc: Supply PDE attribute setting accessor functions")

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/arm/mach-msm/last_radio_log.c
arch/cris/kernel/profile.c