Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Remove no longer needed include of ata_dma.h



details:   https://anonhg.NetBSD.org/src/rev/972cbac423fc
branches:  trunk
changeset: 445350:972cbac423fc
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Oct 24 09:41:24 2018 +0000

description:
Remove no longer needed include of ata_dma.h

diffstat:

 sys/dev/usb/umass.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r f0cac1cf6dca -r 972cbac423fc sys/dev/usb/umass.c
--- a/sys/dev/usb/umass.c       Wed Oct 24 07:42:12 2018 +0000
+++ b/sys/dev/usb/umass.c       Wed Oct 24 09:41:24 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass.c,v 1.164 2018/10/24 07:42:12 jdolecek Exp $     */
+/*     $NetBSD: umass.c,v 1.165 2018/10/24 09:41:24 martin Exp $       */
 
 /*
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -124,14 +124,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.164 2018/10/24 07:42:12 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.165 2018/10/24 09:41:24 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
 #endif
 
 #include "atapibus.h"
-#include "ata_dma.h"
 #include "scsibus.h"
 #include "wd.h"
 



Home | Main Index | Thread Index | Old Index