Re: [PATCH] ramoops: Fixup section annotations

2012-11-16 Thread Anton Vorontsov
On Mon, Oct 22, 2012 at 11:53:33AM -0700, Kees Cook wrote: > On Wed, Oct 17, 2012 at 12:39 AM, Hannes Reinecke wrote: > > The compiler complained about missing section annotations. > > Fix it. > > > > Signed-off-by: Hannes Reinecke > > Cc: Anton Vorontsov > > Cc: Colin Cross > > Cc: Kees Cook

Re: [PATCH] ramoops: Fixup section annotations

2012-10-22 Thread Kees Cook
On Wed, Oct 17, 2012 at 12:39 AM, Hannes Reinecke wrote: > The compiler complained about missing section annotations. > Fix it. > > Signed-off-by: Hannes Reinecke > Cc: Anton Vorontsov > Cc: Colin Cross > Cc: Kees Cook > Cc: Tony Luck Acked-by: Kees Cook Thanks for the fix! -Kees -- Kee

[PATCH] ramoops: Fixup section annotations

2012-10-17 Thread Hannes Reinecke
The compiler complained about missing section annotations. Fix it. Signed-off-by: Hannes Reinecke Cc: Anton Vorontsov Cc: Colin Cross Cc: Kees Cook Cc: Tony Luck --- fs/pstore/ram.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/fs/pstore/ram.c b/fs/psto