Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2008 19:16:57 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184209 - head/sys/dev/usb
Message-ID:  <200810231916.m9NJGvht064463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Thu Oct 23 19:16:57 2008
New Revision: 184209
URL: http://svn.freebsd.org/changeset/base/184209

Log:
  Don't include <sys/clist.h> inside ucom(4) and ufoma(4).
  
  After being ported to the MPSAFE TTY layer, these drivers do not use
  clists anymore. Don't include their header files.

Modified:
  head/sys/dev/usb/ucom.c
  head/sys/dev/usb/ufoma.c

Modified: head/sys/dev/usb/ucom.c
==============================================================================
--- head/sys/dev/usb/ucom.c	Thu Oct 23 19:11:44 2008	(r184208)
+++ head/sys/dev/usb/ucom.c	Thu Oct 23 19:16:57 2008	(r184209)
@@ -78,7 +78,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/conf.h>
 #include <sys/serial.h>
 #include <sys/tty.h>
-#include <sys/clist.h>
 #include <sys/file.h>
 #include <sys/selinfo.h>
 #include <sys/proc.h>

Modified: head/sys/dev/usb/ufoma.c
==============================================================================
--- head/sys/dev/usb/ufoma.c	Thu Oct 23 19:11:44 2008	(r184208)
+++ head/sys/dev/usb/ufoma.c	Thu Oct 23 19:16:57 2008	(r184209)
@@ -88,7 +88,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/conf.h>
 #include <sys/serial.h>
 #include <sys/tty.h>
-#include <sys/clist.h>
 #include <sys/file.h>
 #include <sys/select.h>
 #include <sys/sysctl.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810231916.m9NJGvht064463>