Bug 366

Summary: ieee1394 fails to compile linux/drivers/ieee1394/dma.c
Product: Drivers Reporter: Leslie Donaldson (donaldlf)
Component: IEEE1394Assignee: Ben Collins (bcollins)
Status: CLOSED CODE_FIX    
Severity: high    
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.5.60 Subsystem:
Regression: --- Bisected commit-id:

Description Leslie Donaldson 2003-02-15 23:40:25 UTC
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 */
Comment 1 Ben Collins 2003-02-16 09:20:41 UTC
Fixed in our SVN repo, rev 791.
Comment 2 Alan 2003-03-06 13:11:51 UTC
Confirmed present in 2.5.64