diff options
Diffstat (limited to 'drivers/spi/spi-ppc4xx.c')
-rw-r--r-- | drivers/spi/spi-ppc4xx.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/spi/spi-ppc4xx.c b/drivers/spi/spi-ppc4xx.c index 967d94844b30..0ea2d9a369d9 100644 --- a/drivers/spi/spi-ppc4xx.c +++ b/drivers/spi/spi-ppc4xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * SPI_PPC4XX SPI controller driver. | 3 | * SPI_PPC4XX SPI controller driver. |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Copyright (c) 2006 Ben Dooks | 11 | * Copyright (c) 2006 Ben Dooks |
11 | * Copyright (c) 2006 Simtec Electronics | 12 | * Copyright (c) 2006 Simtec Electronics |
12 | * Ben Dooks <ben@simtec.co.uk> | 13 | * Ben Dooks <ben@simtec.co.uk> |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify it | ||
15 | * under the terms of the GNU General Public License version 2 as published | ||
16 | * by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | /* | 16 | /* |