Bug 366 - ieee1394 fails to compile linux/drivers/ieee1394/dma.c
Summary: ieee1394 fails to compile linux/drivers/ieee1394/dma.c
Status: CLOSED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: IEEE1394 (show other bugs)
Hardware: i386 Linux
: P2 high
Assignee: Ben Collins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-15 23:40 UTC by Leslie Donaldson
Modified: 2003-03-06 13:11 UTC (History)
0 users

See Also:
Kernel Version: 2.5.60
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

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

Note You need to log in before you can comment on or make changes to this bug.