Module Name:    src
Committed By:   bsh
Date:           Tue Nov 16 02:53:02 UTC 2010

Modified Files:
        src/sys/arch/arm/s3c2xx0: s3c2xx0var.h

Log Message:
make SMDK2410 kernel compile again after changes to sys/param.h


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/s3c2xx0/s3c2xx0var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/s3c2xx0/s3c2xx0var.h
diff -u src/sys/arch/arm/s3c2xx0/s3c2xx0var.h:1.4 src/sys/arch/arm/s3c2xx0/s3c2xx0var.h:1.5
--- src/sys/arch/arm/s3c2xx0/s3c2xx0var.h:1.4	Sun Dec 11 12:16:51 2005
+++ src/sys/arch/arm/s3c2xx0/s3c2xx0var.h	Tue Nov 16 02:53:02 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: s3c2xx0var.h,v 1.4 2005/12/11 12:16:51 christos Exp $ */
+/* $NetBSD: s3c2xx0var.h,v 1.5 2010/11/16 02:53:02 bsh Exp $ */
 
 /*
  * Copyright (c) 2002 Fujitsu Component Limited
@@ -36,6 +36,7 @@
 #define _ARM_S3C2XX0VAR_H_
 
 #include <machine/bus.h>
+#include <sys/device.h>
 
 struct s3c2xx0_softc {
 	struct device   	sc_dev;

Reply via email to