diff options
Diffstat (limited to 'mm/cma.c')
-rw-r--r-- | mm/cma.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Contiguous Memory Allocator * @@ -9,11 +10,6 @@ * Michal Nazarewicz <[email protected]> * Aneesh Kumar K.V <[email protected]> * Joonsoo Kim <[email protected]> - * - * 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 optional) any later version of the license. */ #define pr_fmt(fmt) "cma: " fmt |