diff options
Diffstat (limited to 'arch/arm/mach-omap2/mcbsp.c')
-rw-r--r-- | arch/arm/mach-omap2/mcbsp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index 4acc0dae27e0..c3604b4585a4 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap2/mcbsp.c | 3 | * linux/arch/arm/mach-omap2/mcbsp.c |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Instituto Nokia de Tecnologia | 5 | * Copyright (C) 2008 Instituto Nokia de Tecnologia |
5 | * Contact: Eduardo Valentin <eduardo.valentin@indt.org.br> | 6 | * Contact: Eduardo Valentin <eduardo.valentin@indt.org.br> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * Multichannel mode not supported. | 8 | * Multichannel mode not supported. |
12 | */ | 9 | */ |
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |