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

Collapse All | Expand All

(-)dahdi-linux-2.11.1/drivers/dahdi/opvxa1200/base.c (+5 lines)
Lines 100-107 Link Here
100
#include <linux/pci.h>
100
#include <linux/pci.h>
101
#include <linux/interrupt.h>
101
#include <linux/interrupt.h>
102
#include <linux/moduleparam.h>
102
#include <linux/moduleparam.h>
103
#include <linux/version.h>
103
#include <asm/io.h>
104
#include <asm/io.h>
105
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
106
#include <linux/nmi.h>
107
#else
104
#include <linux/sched.h>
108
#include <linux/sched.h>
109
#endif
105
#include "proslic.h"
110
#include "proslic.h"
106
   
111
   
107
/* MiaoLin debug start */
112
/* MiaoLin debug start */

Return to bug 617876