Re: [PATCH] radio-mr800.c: Missing mutex include

2009-03-27 Thread Mauro Carvalho Chehab
On Wed, 18 Mar 2009 00:42:08 +0300 Alexey Klimov wrote: > On Tue, 2009-03-17 at 22:00 +0100, Alessio Igor Bogani wrote: > > radio-mr800.c uses struct mutex, so while seems to be > > pulled in indirectly by one of the headers it already includes, the > > right thing is to include it directly. >

Re: [PATCH] radio-mr800.c: Missing mutex include

2009-03-17 Thread Alexey Klimov
On Tue, 2009-03-17 at 22:00 +0100, Alessio Igor Bogani wrote: > radio-mr800.c uses struct mutex, so while seems to be > pulled in indirectly by one of the headers it already includes, the > right thing is to include it directly. Hello, Alessio Patch looks okay for my eyes. If it useful it shoul

[PATCH] radio-mr800.c: Missing mutex include

2009-03-17 Thread Alessio Igor Bogani
radio-mr800.c uses struct mutex, so while seems to be pulled in indirectly by one of the headers it already includes, the right thing is to include it directly. Signed-off-by: Alessio Igor Bogani --- drivers/media/radio/radio-mr800.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) d