Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146124 | Differences between
and this patch

Collapse All | Expand All

(-)spca5xx/drivers/usb/spca5xx.h (+4 lines)
Lines 14-19 Link Here
14
#include <linux/usb.h>
14
#include <linux/usb.h>
15
#include <linux/version.h>
15
#include <linux/version.h>
16
16
17
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
18
#include <media/v4l2-common.h>
19
#endif
20
17
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,20) && LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
21
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,20) && LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
18
22
19
#define urb_t struct urb
23
#define urb_t struct urb

Return to bug 146124