diff options
Diffstat (limited to 'sys/arm/freescale/vybrid/vf_dmamux.h')
-rw-r--r-- | sys/arm/freescale/vybrid/vf_dmamux.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arm/freescale/vybrid/vf_dmamux.h b/sys/arm/freescale/vybrid/vf_dmamux.h index 8b3a2b959b42..90d5d4297412 100644 --- a/sys/arm/freescale/vybrid/vf_dmamux.h +++ b/sys/arm/freescale/vybrid/vf_dmamux.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. @@ -24,8 +24,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ int dmamux_configure(int mux, int source, int channel, int enable); |