Fix Typo.

This commit is contained in:
Poul-Henning Kamp 1999-03-12 11:09:18 +00:00
parent b73d0eb905
commit 68f6066e6b

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $Id: xrpu.c,v 1.6 1999/01/12 01:42:43 eivind Exp $
* $Id: xrpu.c,v 1.7 1999/03/11 15:09:50 phk Exp $
*
* A very simple device driver for PCI cards based on Xilinx 6200 series
* FPGA/RPU devices. Current Functionality is to allow you to open and
@ -26,7 +26,7 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/timepps.h>
#ifdef DEFVFS
#ifdef DEVFS
#include <sys/devfsext.h>
#endif
#include <sys/xrpuio.h>