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

Collapse All | Expand All

(-)dahdi-linux-2.2.1.o/drivers/dahdi/wcb4xxp/base.c (-1 lines)
Lines 20-26 Link Here
20
 * this program for more details.
20
 * this program for more details.
21
 */
21
 */
22
22
23
#include <linux/autoconf.h>
24
#include <linux/init.h>
23
#include <linux/init.h>
25
24
26
#include <linux/kernel.h>	/* printk() */
25
#include <linux/kernel.h>	/* printk() */
(-)dahdi-linux-2.2.1.o/drivers/dahdi/wct4xxp/vpm450m.c (-2 lines)
Lines 30-37 Link Here
30
30
31
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
31
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
32
#include <linux/config.h>
32
#include <linux/config.h>
33
#else
34
#include <linux/autoconf.h>
35
#endif
33
#endif
36
34
37
/* API for Octasic access */
35
/* API for Octasic access */
(-)dahdi-linux-2.2.1.o/include/dahdi/dahdi_config.h (-2 lines)
Lines 23-30 Link Here
23
#include <linux/version.h>
23
#include <linux/version.h>
24
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
24
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
25
#include <linux/config.h>
25
#include <linux/config.h>
26
#else
27
#include <linux/autoconf.h>
28
#endif
26
#endif
29
#endif
27
#endif
30
28

Return to bug 302874