Messages in this thread |  | | Date | Sun, 16 Feb 2003 08:13:55 -0800 | From | "Martin J. Bligh" <> | Subject | [Bug 366] New: ieee1394 fails to compile linux/drivers/ieee1394/dma.c |
| |
http://bugme.osdl.org/show_bug.cgi?id=366
Summary: ieee1394 fails to compile linux/drivers/ieee1394/dma.c Kernel Version: 2.5.60 Status: NEW Severity: high Owner: bcollins@debian.org Submitter: donaldlf@i-55.com
Distribution: redhat/rawhide Hardware Environment: LX164 Software Environment: rawhide Problem Description:
firewire codes fails to compile. Someone forget to include the correct header file.
Steps to reproduce:
attempt to compile
Fix:
*** linux/drivers/ieee1394/dma.c.orig 2003-02-15 23:34:00.000000000 -0800 --- linux/drivers/ieee1394/dma.c 2003-02-15 23:36:32.000000000 -0800 *************** *** 10,15 **** --- 10,16 ---- #include <linux/module.h> #include <linux/vmalloc.h> #include <linux/slab.h> + #include <linux/mm.h> #include "dma.h" /* dma_prog_region */
- 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/
|  |