diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2018-03-29 02:50:57 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2018-03-29 02:50:57 +0000 |
commit | 4ab2e064d7950be84256d671a7ae93f87cc6aa36 (patch) | |
tree | f64a2aebb1ac9925d884f8e87440e4fff3bfb5ee /sys/dev/usb/controller/xhci.c | |
parent | b84110def5e692aa60c1b13e44f8e312d2baf9ce (diff) | |
download | src-4ab2e064d7950be84256d671a7ae93f87cc6aa36.tar.gz src-4ab2e064d7950be84256d671a7ae93f87cc6aa36.zip |
Revert r330897:
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.
Revert with prejudice.
This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.
Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.
Requested by: gjb (re)
Notes
Notes:
svn path=/stable/11/; revision=331722
Diffstat (limited to 'sys/dev/usb/controller/xhci.c')
-rw-r--r-- | sys/dev/usb/controller/xhci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/xhci.c b/sys/dev/usb/controller/xhci.c index 12ecdefffd81..b773c28a20b6 100644 --- a/sys/dev/usb/controller/xhci.c +++ b/sys/dev/usb/controller/xhci.c @@ -1,7 +1,5 @@ /* $FreeBSD$ */ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD - * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without |