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

Collapse All | Expand All

(-)broadcom-sta-5.10.91.9.3.orig/src/include/linuxver.h (+2 lines)
Lines 19-24 Link Here
19
#include <linux/version.h>
19
#include <linux/version.h>
20
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0))
20
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0))
21
#include <linux/config.h>
21
#include <linux/config.h>
22
#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33))
23
#include <generated/autoconf.h>
22
#else
24
#else
23
#include <linux/autoconf.h>
25
#include <linux/autoconf.h>
24
#endif
26
#endif

Return to bug 304637