From owner-svn-src-all@FreeBSD.ORG Thu Oct 23 19:16:57 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBD2B1065670; Thu, 23 Oct 2008 19:16:57 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DB0708FC12; Thu, 23 Oct 2008 19:16:57 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9NJGvXq064465; Thu, 23 Oct 2008 19:16:57 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9NJGvht064463; Thu, 23 Oct 2008 19:16:57 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200810231916.m9NJGvht064463@svn.freebsd.org> From: Ed Schouten Date: Thu, 23 Oct 2008 19:16:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184209 - head/sys/dev/usb X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2008 19:16:58 -0000 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 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include