Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1006-2.6.25-xen-sfc-fixup.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 609 - (show annotations) (download)
Fri May 23 17:35:37 2008 UTC (15 years, 11 months ago) by niro
File size: 622 byte(s)
-using opensuse xen patchset, updated kernel configs

1 Subject: fix SFC driver build
2 From: jbeulich@novell.com
3 Patch-mainline: obsolete
4
5 Index: head-2008-03-17/drivers/net/sfc/tenxpress.c
6 ===================================================================
7 --- head-2008-03-17.orig/drivers/net/sfc/tenxpress.c 2008-03-17 14:26:32.000000000 +0100
8 +++ head-2008-03-17/drivers/net/sfc/tenxpress.c 2008-03-17 14:37:55.000000000 +0100
9 @@ -306,6 +306,8 @@ static int tenxpress_debugfs_init(struct
10 return 0;
11 }
12
13 +#else
14 +static inline int tenxpress_debugfs_init(struct efx_nic *efx) { return 0; }
15 #endif /* CONFIG_SFC_DEBUGFS */
16
17 /* Check that the C166 has booted successfully */