Date: Thu, 23 Oct 2008 19:17:53 GMT From: Ed Schouten <ed@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 151820 for review Message-ID: <200810231917.m9NJHr6N086237@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151820 Change 151820 by ed@ed_dull on 2008/10/23 19:16:55 As a test, remove <sys/clist.h> from drivers that are connected to the build. Affected files ... .. //depot/projects/mpsafetty/sys/dev/kbd/kbd.c#4 edit .. //depot/projects/mpsafetty/sys/dev/kbdmux/kbdmux.c#4 edit .. //depot/projects/mpsafetty/sys/dev/usb/ucom.c#9 edit .. //depot/projects/mpsafetty/sys/dev/usb/ufoma.c#6 edit .. //depot/projects/mpsafetty/sys/dev/usb/ugen.c#4 edit .. //depot/projects/mpsafetty/sys/dev/usb/uhid.c#4 edit Differences ... ==== //depot/projects/mpsafetty/sys/dev/kbd/kbd.c#4 (text+ko) ==== @@ -34,7 +34,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/malloc.h> -#include <sys/clist.h> #include <sys/conf.h> #include <sys/fcntl.h> #include <sys/poll.h> ==== //depot/projects/mpsafetty/sys/dev/kbdmux/kbdmux.c#4 (text+ko) ==== @@ -36,7 +36,6 @@ #include <sys/param.h> #include <sys/bus.h> -#include <sys/clist.h> #include <sys/conf.h> #include <sys/consio.h> #include <sys/fcntl.h> ==== //depot/projects/mpsafetty/sys/dev/usb/ucom.c#9 (text+ko) ==== @@ -78,7 +78,6 @@ #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> ==== //depot/projects/mpsafetty/sys/dev/usb/ufoma.c#6 (text+ko) ==== @@ -88,7 +88,6 @@ #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> ==== //depot/projects/mpsafetty/sys/dev/usb/ugen.c#4 (text+ko) ==== @@ -50,7 +50,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/clist.h> #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/module.h> ==== //depot/projects/mpsafetty/sys/dev/usb/uhid.c#4 (text+ko) ==== @@ -55,7 +55,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/clist.h> #include <sys/kernel.h> #include <sys/lock.h> #include <sys/malloc.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810231917.m9NJHr6N086237>