Also forgot to declare the iomd_base.

This commit is contained in:
reinoud 2001-02-27 18:30:46 +00:00
parent d35a86c1a6
commit d4eb8fb142

View File

@ -1,4 +1,4 @@
/* $NetBSD: iomd_dma.c,v 1.6 2000/06/29 08:53:01 mrg Exp $ */
/* $NetBSD: iomd_dma.c,v 1.7 2001/02/27 18:30:46 reinoud Exp $ */
/*
* Copyright (c) 1995 Scott Stevens
@ -48,6 +48,8 @@
#include <arm32/iomd/iomdreg.h>
#include <arm32/iomd/iomd_dma.h>
extern int *iomd_base;
#ifndef CPU_ARM7500
static struct dma_ctrl ctrl[6];