After the change from "struct device *" to "device_t", we now depend
on the definitions from <sys/device.h>, so include it here.
This commit is contained in:
parent
7966578116
commit
c411502583
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: clockvar.h,v 1.10 2009/05/12 14:18:16 cegger Exp $ */
|
||||
/* $NetBSD: clockvar.h,v 1.11 2009/05/23 19:11:19 he Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
|
||||
@ -27,6 +27,8 @@
|
||||
* rights to redistribute these changes.
|
||||
*/
|
||||
|
||||
#include <sys/device.h>
|
||||
|
||||
/*
|
||||
* Definitions for CPU-independent clock handling for the alpha and pmax.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user