Hello, I'm taku_s.
Sorry, If I'v wroton wrong. so I weak English.

I want to use uvcvideo at ARM9 processer.
First
I downloaded v4l-dvb-abd3aac6644e.tar.gz.
and conpiled at i386. It is successed.

Next
I made link.
# cd  /lib/modules/2.6.26-2-686/
# ln -s /home/arm/linux-2.6.26 ./build

I edited Makefile
KSR := ../atmark-dist/linux-2.6.x
MAKEARCH = $(MAKE) ARCH=arm CROSS_COMPILE=arm-linux-

all:

install:
    $(MAKEARCH) -C $(BUILD_DIR) install

And
$ make all

So I hav error
/home/arm/v4l-dvb-abd3aac6644e/v4l/cx18-alsa-main.c: In function 'cx18_alsa_exit':
/home/arm/v4l-dvb-abd3aac6644e/v4l/cx18-alsa-main.c:293: error: 'pci_bus_type' undeclared (first use in this function)
/home/arm/v4l-dvb-abd3aac6644e/v4l/cx18-alsa-main.c:293: error: (Each undeclared identifier is reported only once
/home/arm/v4l-dvb-abd3aac6644e/v4l/cx18-alsa-main.c:293: error: for each function it appears in.)
make[3]: *** [/home/arm/v4l-dvb-abd3aac6644e/v4l/cx18-alsa-main.o] Error 1
make[2]: *** [_module_/home/arm/v4l-dvb-abd3aac6644e/v4l] Error 2
make[2]: Leaving directory `/home/arm/linux-2.6.26-at4-ep93xx-port-pre2'

I want just v4l1-compt.ko,v4l2-common.ko,uvcvideo.ko.

How can I get their.