Module Name: src Committed By: skrll Date: Sat Jul 9 06:49:03 UTC 2016
Modified Files: src/sys/arch/hpcmips/tx: tx3912video.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/hpcmips/tx/tx3912video.c 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/hpcmips/tx/tx3912video.c diff -u src/sys/arch/hpcmips/tx/tx3912video.c:1.43 src/sys/arch/hpcmips/tx/tx3912video.c:1.44 --- src/sys/arch/hpcmips/tx/tx3912video.c:1.43 Sat Jun 7 18:59:16 2014 +++ src/sys/arch/hpcmips/tx/tx3912video.c Sat Jul 9 06:49:03 2016 @@ -1,4 +1,4 @@ -/* $NetBSD: tx3912video.c,v 1.43 2014/06/07 18:59:16 he Exp $ */ +/* $NetBSD: tx3912video.c,v 1.44 2016/07/09 06:49:03 skrll Exp $ */ /*- * Copyright (c) 1999-2002 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tx3912video.c,v 1.43 2014/06/07 18:59:16 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tx3912video.c,v 1.44 2016/07/09 06:49:03 skrll Exp $"); #define TX3912VIDEO_DEBUG @@ -39,11 +39,10 @@ __KERNEL_RCSID(0, "$NetBSD: tx3912video. #include <sys/param.h> #include <sys/systm.h> +#include <sys/buf.h> #include <sys/device.h> #include <sys/extent.h> - #include <sys/ioctl.h> -#include <sys/buf.h> #include <uvm/uvm_extern.h>