Subject: breakage in iommu.c
To: None <port-sparc@netbsd.org>
From: Matthew Jacob <mjacob@feral.com>
List: port-sparc
Date: 03/25/1999 13:19:11
I *really* needed to test the ISP before committing before the 1.4
cutoff, and got this:

--- iommu.o ---
cc1: warnings being treated as errors
../../../../arch/sparc/sparc/iommu.c: In function `iommu_dmamem_map':
../../../../arch/sparc/sparc/iommu.c:727: warning: implicit declaration of
function `uvm_unmap'

Is the addition of 

#include <uvm/uvm_map.h>

int iommu.c okay?