> Hey, > am porting V4L2 drivers from 2.6.13 to 2.6.20. > > The driver is using a structure 'video_device' which exists in > include/linux/videodev.h. > > However, The linux kernel in 2.6.20 doesnot have that structure?. > > Has the architecture changed between 2.6.13 to 2.6.20 for V4L2?.
The structure has been moved to include/media/v4l2-dev.h Best regards, Laurent Pinchart - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

