use more includes, take them from the right place

xtraemok
This commit is contained in:
dan 2008-01-05 04:50:05 +00:00
parent f28eb587da
commit 6b2d0ee56c
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: lkminit_powernow.c,v 1.11 2007/10/19 12:16:44 ad Exp $ */
/* $NetBSD: lkminit_powernow.c,v 1.12 2008/01/05 04:50:05 dan Exp $ */
/*
* Derived from:
@ -37,14 +37,15 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lkminit_powernow.c,v 1.11 2007/10/19 12:16:44 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: lkminit_powernow.c,v 1.12 2008/01/05 04:50:05 dan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/lkm.h>
#include <sys/errno.h>
#include <sys/cpu.h>
#include <x86/include/powernow.h>
#include <machine/specialreg.h>
#include <x86/powernow.h>
int powernow_lkmentry(struct lkm_table *, int, int);
static int powernow_mod_handle(struct lkm_table *, int);