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.
This commit is contained in:
Ed Schouten 2008-10-23 19:16:57 +00:00
parent 9b866e4e8b
commit 237db0d46a
2 changed files with 0 additions and 2 deletions

View File

@ -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>

View File

@ -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>