[Bugme-new] [Bug 366] New: ieee1394 fails to compile linux/drivers/ieee1394/dma.c

bugme-daemon at smtp.osdl.org bugme-daemon at smtp.osdl.org
Sat Feb 15 23:40:26 PST 2003


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: rth at twiddle.net
         Submitter: donaldlf at 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 */

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Bugme-new mailing list