All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Sudip Mukherjee <sudipm.mukherjee@gmail.com>,
	Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jim Davis <jim.epost@gmail.com>
Subject: Re: [PATCH] drivers: media: radio: radio-miropcm20.c: include missing header file
Date: Mon, 08 Sep 2014 10:07:45 +0200	[thread overview]
Message-ID: <540D63D1.2010402@xs4all.nl> (raw)
In-Reply-To: <20140906112453.GA9405@sudip-PC>

On 09/06/2014 01:24 PM, Sudip Mukherjee wrote:
> On Fri, Aug 29, 2014 at 01:38:01PM +0530, Sudip Mukherjee wrote:
>> with -Werror=implicit-function-declaration build failed with error :
>> error: implicit declaration of function 'inb'
>> error: implicit declaration of function 'outb'
>>
>> Reported-by: Jim Davis <jim.epost@gmail.com>
>> Signed-off-by: Sudip Mukherjee <sudip@vectorindi.org>
>> ---
>>
>> Jim reported for next-20140828 , but the error still persists in next-20140829 also.
>>
>>
>>  drivers/media/radio/radio-miropcm20.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/media/radio/radio-miropcm20.c b/drivers/media/radio/radio-miropcm20.c
>> index 998919e..3309f7c 100644
>> --- a/drivers/media/radio/radio-miropcm20.c
>> +++ b/drivers/media/radio/radio-miropcm20.c
>> @@ -36,6 +36,7 @@
>>  #include <media/v4l2-fh.h>
>>  #include <media/v4l2-event.h>
>>  #include <sound/aci.h>
>> +#include<linux/io.h>
>>  
>>  #define RDS_DATASHIFT          2   /* Bit 2 */
>>  #define RDS_DATAMASK        (1 << RDS_DATASHIFT)
>> -- 
>> 1.8.1.2
>>
> 
> gentle ping.
> build fails on next-20140905 also with the attached config (-Werror=implicit-function-declaration)

I hadn't forgotten this. However, I will be taking the same patch from Randy Dunlap
instead of yours since his commit log was formatted better, so less work for me :-)

Regards,

	Hans

> 
> thanks
> sudip
> 


  reply	other threads:[~2014-09-08  8:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-29  8:08 [PATCH] drivers: media: radio: radio-miropcm20.c: include missing header file Sudip Mukherjee
2014-09-06 11:24 ` Sudip Mukherjee
2014-09-08  8:07   ` Hans Verkuil [this message]
2014-09-08  8:33     ` Sudip Mukherjee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=540D63D1.2010402@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=jim.epost@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.chehab@samsung.com \
    --cc=sudipm.mukherjee@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.