Messages in this thread |  | | Date | Sun, 16 Mar 2003 16:44:14 +0100 | From | Adrian Bunk <> | Subject | Re: 2.5.64-mm8: drivers/atm/idt77252.c doesn't compile |
| |
On Sun, Mar 16, 2003 at 02:02:11PM +0100, Adrian Bunk wrote: > On Sun, Mar 16, 2003 at 02:42:39AM -0800, Andrew Morton wrote: > >... > > All 124 patches: > > > > linus.patch > > Latest from Linus > >... > > The following problem seems to come from Linus' tree: > > tx_inuse was removed from struct atm_vcc in include/linux/atmdev.h but > drivers/atm/idt77252.c still needs it: >...
The same problem is present in net/atm/pppoatm.c:
<-- snip -->
... gcc -Wp,-MD,net/atm/.pppoatm.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=k6 -Iinclude/asm-i386/mach-default -g -nostdinc -iwithprefix include -DKBUILD_BASENAME=pppoatm -DKBUILD_MODNAME=pppoatm -c -o net/atm/pppoatm.o net/atm/pppoatm.c net/atm/pppoatm.c: In function `pppoatm_send': net/atm/pppoatm.c:234: structure has no member named `tx_inuse' make[2]: *** [net/atm/pppoatm.o] Error 1
<-- snip -->
cu Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |