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

Collapse All | Expand All

(-)drivers/usb/spca5xx.c (-2 / +3 lines)
Lines 35-44 Link Here
35
35
36
static const char version[] = SPCA5XX_VERSION;
36
static const char version[] = SPCA5XX_VERSION;
37
37
38
38
#include <linux/version.h>
39
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18)
39
#include <linux/config.h>
40
#include <linux/config.h>
41
#endif
40
#include <linux/module.h>
42
#include <linux/module.h>
41
#include <linux/version.h>
42
#include <linux/init.h>
43
#include <linux/init.h>
43
44
44
45

Return to bug 159176