summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb/ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/usb/ehci.h')
-rw-r--r--src/drivers/usb/ehci.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/drivers/usb/ehci.h b/src/drivers/usb/ehci.h
index e86286a3e3b2..efda0a22b538 100644
--- a/src/drivers/usb/ehci.h
+++ b/src/drivers/usb/ehci.h
@@ -1,10 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * It was taken from the Linux kernel (include/linux/usb/ehci_def.h).
- *
- * Copyright (C) 2001-2002 David Brownell
- *
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
@@ -16,6 +12,8 @@
* for more details.
*/
+ /* This came from the Linux kernel (include/linux/usb/ehci_def.h). */
+
#ifndef EHCI_H
#define EHCI_H