public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Carl Karsten <carl@personnelware.com>
To: video4linux-list@redhat.com
Subject: Re: v4l-dvb/v4l/av7110.c:698: error: implicit declaration of function 'swahw32'
Date: Thu, 30 Oct 2008 14:44:04 -0500	[thread overview]
Message-ID: <490A0E84.2010905@personnelware.com> (raw)
In-Reply-To: <490A09EA.2080300@personnelware.com>

Carl Karsten wrote:
> sudo apt-get install libqt4-dev mercurial lsb-build-desktop3 libqt3-headers
> hg clone http://linuxtv.org/hg/v4l-dvb
> 
> juser@dhcp186:~/vga2usb/v4l.org/v4l-dvb$ make
> make -C /home/juser/vga2usb/v4l.org/v4l-dvb/v4l
> make[1]: Entering directory `/home/juser/vga2usb/v4l.org/v4l-dvb/v4l'
> creating symbolic links...
> Kernel build directory is /lib/modules/2.6.27-7-generic/build
> make -C /lib/modules/2.6.27-7-generic/build
> SUBDIRS=/home/juser/vga2usb/v4l.org/v4l-dvb/v4l  modules
> make[2]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'
>   CC [M]  /home/juser/vga2usb/v4l.org/v4l-dvb/v4l/av7110.o
> /home/juser/vga2usb/v4l.org/v4l-dvb/v4l/av7110.c: In function 'gpioirq':
> /home/juser/vga2usb/v4l.org/v4l-dvb/v4l/av7110.c:698: error: implicit
> declaration of function 'swahw32'
> make[3]: *** [/home/juser/vga2usb/v4l.org/v4l-dvb/v4l/av7110.o] Error 1
> make[2]: *** [_module_/home/juser/vga2usb/v4l.org/v4l-dvb/v4l] Error 2
> make[2]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/home/juser/vga2usb/v4l.org/v4l-dvb/v4l'
> make: *** [all] Error 2
> 
> 
>         case DATA_IRCOMMAND:
>                 if (av7110->ir.ir_handler)
>                         av7110->ir.ir_handler(av7110,
>                                 swahw32(irdebi(av7110, DEBINOSWAP, Reserved, 0,
> 4)));
>                 iwdebi(av7110, DEBINOSWAP, RX_BUFF, 0, 2);
>                 break;
> 
> 
> Why don't I see that here: http://linuxtv.org/hg/v4l-dvb/file/c8a63c43b663/v4l/

because it is here:

http://linuxtv.org/hg/v4l-dvb/file/55f8fcf70843/linux/drivers/media/dvb/ttpci/av7110.c

swahw32(... came from
http://linuxtv.org/hg/v4l-dvb/rev/f8cc0a3a8244
	Thu Aug 11 19:02:36 2005 +0000 (3 years ago)

case DATA_IRCOMMAND:
- IR_handle(av7110,
- swahw32(irdebi(av7110, DEBINOSWAP, Reserved, 0, 4)));
+ if (av7110->ir_handler)
+ av7110->ir_handler(av7110,
+ swahw32(irdebi(av7110, DEBINOSWAP, Reserved, 0, 4)));
iwdebi(av7110, DEBINOSWAP, RX_BUFF, 0, 2);
break;

Carl K

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

  reply	other threads:[~2008-10-30 19:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-30 19:24 v4l-dvb/v4l/av7110.c:698: error: implicit declaration of function 'swahw32' Carl Karsten
2008-10-30 19:44 ` Carl Karsten [this message]
2008-10-31 19:25 ` fixed: " Carl Karsten

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=490A0E84.2010905@personnelware.com \
    --to=carl@personnelware.com \
    --cc=video4linux-list@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox