X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mm%2Fdmapool.c;h=8c94c89a6f7e4adcf24f473953c1c71f8cb1ffcd;hb=b7b8a44f3abab51cc2772c5ced2fe2f51a1ad2b8;hp=76a160083506c7f4cff83500e477c0c86484ea7b;hpb=7fdc9fc87492a79b9c7f9dba2311c1fc2b2c6bd4;p=linux.git diff --git a/mm/dmapool.c b/mm/dmapool.c index 76a160083506..8c94c89a6f7e 100644 --- a/mm/dmapool.c +++ b/mm/dmapool.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * DMA Pool allocator * @@ -5,10 +6,6 @@ * Copyright 2007 Intel Corporation * Author: Matthew Wilcox * - * This software may be redistributed and/or modified under the terms of - * the GNU General Public License ("GPL") version 2 as published by the - * Free Software Foundation. - * * This allocator returns small blocks of a given size which are DMA-able by * the given device. It uses the dma_alloc_coherent page allocator to get * new pages, then splits them up into blocks of the required size.