diff options
Diffstat (limited to 'drivers/dma/fsldma.c')
-rw-r--r-- | drivers/dma/fsldma.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c index 1e38e6b94006..23e0a356f167 100644 --- a/drivers/dma/fsldma.c +++ b/drivers/dma/fsldma.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Freescale MPC85xx, MPC83xx DMA Engine support | 3 | * Freescale MPC85xx, MPC83xx DMA Engine support |
3 | * | 4 | * |
@@ -16,12 +17,6 @@ | |||
16 | * command for PCI read operations, instead of using the default PCI Read Line | 17 | * command for PCI read operations, instead of using the default PCI Read Line |
17 | * command. Please be aware that this setting may result in read pre-fetching | 18 | * command. Please be aware that this setting may result in read pre-fetching |
18 | * on some platforms. | 19 | * on some platforms. |
19 | * | ||
20 | * This is free software; you can redistribute it and/or modify | ||
21 | * it under the terms of the GNU General Public License as published by | ||
22 | * the Free Software Foundation; either version 2 of the License, or | ||
23 | * (at your option) any later version. | ||
24 | * | ||
25 | */ | 20 | */ |
26 | 21 | ||
27 | #include <linux/init.h> | 22 | #include <linux/init.h> |