Messages in this thread |  | | Date | Fri, 29 Dec 2000 20:26:25 -0800 (PST) | From | Linus Torvalds <> | Subject | Re: PATCH: test13-pre5/drivers/sound/via82cxxx_audio.c did not compile |
| |
On Fri, 29 Dec 2000, Adam J. Richter wrote: > > linux-2.4.0-test13-pre5 eliminated vm_operations_struct->swapout, > but this change was not reflected in drivers/sound/via82cxxx_audio.c, > causing that file to fail to compile. I have attached what I believe > is the correct fix below.
Actually, the right fix is to change all VM_RESERVE to VM_RESERVED (ie add a "D" at the end), at which point it should compile and work fine..
Linus
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |