Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcsh/dev Remove another unused #include.



details:   https://anonhg.NetBSD.org/src/rev/eeffb6fc137b
branches:  trunk
changeset: 574453:eeffb6fc137b
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Feb 28 16:57:56 2005 +0000

description:
Remove another unused #include.

diffstat:

 sys/arch/hpcsh/dev/j6x0lcd.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 62eae9c92269 -r eeffb6fc137b sys/arch/hpcsh/dev/j6x0lcd.c
--- a/sys/arch/hpcsh/dev/j6x0lcd.c      Mon Feb 28 16:55:58 2005 +0000
+++ b/sys/arch/hpcsh/dev/j6x0lcd.c      Mon Feb 28 16:57:56 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: j6x0lcd.c,v 1.5 2005/02/28 16:55:58 uwe Exp $ */
+/*     $NetBSD: j6x0lcd.c,v 1.6 2005/02/28 16:57:56 uwe Exp $ */
 
 /*
  * Copyright (c) 2004 Valeriy E. Ushakov
@@ -28,12 +28,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: j6x0lcd.c,v 1.5 2005/02/28 16:55:58 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: j6x0lcd.c,v 1.6 2005/02/28 16:57:56 uwe Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
 #include <sys/device.h>
-#include <sys/malloc.h>
 #include <sys/systm.h>
 #ifdef GPROF
 #include <sys/gmon.h>



Home | Main Index | Thread Index | Old Index