Re: [PATCH 24/26] cris: Don't use create_proc_read_entry() [RFC]

2013-04-12 Thread Jesper Nilsson
On Thu, Apr 11, 2013 at 03:30:47PM +0200, David Howells wrote: > Don't use create_proc_read_entry() as that is deprecated, but rather use > proc_create_data() and seq_file instead. > > Signed-off-by: David Howells > cc: Mikael Starvik Looks good, Acked-by: Jesper Nilsson /^JN - Jesper

Re: [PATCH 24/26] cris: Don't use create_proc_read_entry() [RFC]

2013-04-12 Thread Jesper Nilsson
On Thu, Apr 11, 2013 at 03:30:47PM +0200, David Howells wrote: Don't use create_proc_read_entry() as that is deprecated, but rather use proc_create_data() and seq_file instead. Signed-off-by: David Howells dhowe...@redhat.com cc: Mikael Starvik star...@axis.com Looks good, Acked-by: Jesper

[PATCH 24/26] cris: Don't use create_proc_read_entry() [RFC]

2013-04-11 Thread David Howells
Don't use create_proc_read_entry() as that is deprecated, but rather use proc_create_data() and seq_file instead. Signed-off-by: David Howells cc: Mikael Starvik cc: Jesper Nilsson cc: linux-cris-ker...@axis.com --- arch/cris/arch-v10/kernel/fasttimer.c | 299

[PATCH 24/26] cris: Don't use create_proc_read_entry() [RFC]

2013-04-11 Thread David Howells
Don't use create_proc_read_entry() as that is deprecated, but rather use proc_create_data() and seq_file instead. Signed-off-by: David Howells dhowe...@redhat.com cc: Mikael Starvik star...@axis.com cc: Jesper Nilsson jesper.nils...@axis.com cc: linux-cris-ker...@axis.com ---