diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2013-12-11 12:51:52 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2013-12-11 12:51:52 +0000 |
commit | e74520457e51f41bbd8a5a269747483b15897ecf (patch) | |
tree | 750b0fe39603fdb4c9dd26b2ae0f23d4b131fe68 /sys | |
parent | 923cd605d551f3e191b0d7832d726ae87d500ebb (diff) |
do not include empty (and already removed) files; ok syl@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armv7/omap/omdisplay.c | 3 | ||||
-rw-r--r-- | sys/arch/armv7/omap/omohci.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/armv7/omap/omdisplay.c b/sys/arch/armv7/omap/omdisplay.c index de0cbc40aac..1a6a31ed852 100644 --- a/sys/arch/armv7/omap/omdisplay.c +++ b/sys/arch/armv7/omap/omdisplay.c @@ -1,4 +1,4 @@ -/* $OpenBSD: omdisplay.c,v 1.3 2013/10/21 10:36:11 miod Exp $ */ +/* $OpenBSD: omdisplay.c,v 1.4 2013/12/11 12:51:51 naddy Exp $ */ /* * Copyright (c) 2007 Dale Rahn <drahn@openbsd.org> * @@ -24,7 +24,6 @@ #include <sys/conf.h> #include <sys/uio.h> #include <machine/bus.h> -#include <armv7/omap/omapvar.h> #include <armv7/omap/omgpiovar.h> #include <dev/cons.h> diff --git a/sys/arch/armv7/omap/omohci.c b/sys/arch/armv7/omap/omohci.c index 976a35bbef1..dbad3ecba34 100644 --- a/sys/arch/armv7/omap/omohci.c +++ b/sys/arch/armv7/omap/omohci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: omohci.c,v 1.1 2013/09/04 14:38:31 patrick Exp $ */ +/* $OpenBSD: omohci.c,v 1.2 2013/12/11 12:51:51 naddy Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -32,7 +32,6 @@ #include <dev/usb/ohcireg.h> #include <dev/usb/ohcivar.h> -#include <armv7/omap/omapvar.h> #include <armv7/omap/prcmvar.h> #define HOSTUEADDR 0x0E0 |