|
Android Kernel Compilation Error
Dear all,
I am preparing kernel zImage for poting inti my Arm board mini2440. While compiling the kernel for Android i have come across this error,
In file included from drivers/usb/host/ohci-hcd.c:1002:
drivers/usb/host/ohci-s3c2410.c: In function 'ohci_hcd_s3c2410_drv_resume':
drivers/usb/host/ohci-s3c2410.c:538: error: implicit declaration of function 'ohci_finish_controller_resume'
make[3]: *** [drivers/usb/host/ohci-hcd.o] Error 1
make[2]: *** [drivers/usb/host] Error 2
make[1]: *** [drivers/usb] Error 2
make: *** [drivers] Error 2
I guess some header file is missing for the particular function.. or i should define the ohci_finish_controller_resume function..if so how to do it..Any ideas would be helpful..
|