diff options
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/card.h | 5 | ||||
-rw-r--r-- | include/linux/mmc/core.h | 5 | ||||
-rw-r--r-- | include/linux/mmc/host.h | 5 | ||||
-rw-r--r-- | include/linux/mmc/pm.h | 5 | ||||
-rw-r--r-- | include/linux/mmc/slot-gpio.h | 5 |
5 files changed, 5 insertions, 20 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index 19566ab9decb..9b6336ad3266 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/mmc/card.h | 3 | * linux/include/linux/mmc/card.h |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * Card driver specific definitions. | 5 | * Card driver specific definitions. |
9 | */ | 6 | */ |
10 | #ifndef LINUX_MMC_CARD_H | 7 | #ifndef LINUX_MMC_CARD_H |
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index 134a6483347a..b7ba8810a3b5 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/mmc/core.h | 3 | * linux/include/linux/mmc/core.h |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | #ifndef LINUX_MMC_CORE_H | 5 | #ifndef LINUX_MMC_CORE_H |
9 | #define LINUX_MMC_CORE_H | 6 | #define LINUX_MMC_CORE_H |
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 43d0f0c496f6..00fe0b3d2039 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/mmc/host.h | 3 | * linux/include/linux/mmc/host.h |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * Host driver specific definitions. | 5 | * Host driver specific definitions. |
9 | */ | 6 | */ |
10 | #ifndef LINUX_MMC_HOST_H | 7 | #ifndef LINUX_MMC_HOST_H |
diff --git a/include/linux/mmc/pm.h b/include/linux/mmc/pm.h index 4a139204c20c..3549f8045784 100644 --- a/include/linux/mmc/pm.h +++ b/include/linux/mmc/pm.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/mmc/pm.h | 3 | * linux/include/linux/mmc/pm.h |
3 | * | 4 | * |
4 | * Author: Nicolas Pitre | 5 | * Author: Nicolas Pitre |
5 | * Copyright: (C) 2009 Marvell Technology Group Ltd. | 6 | * Copyright: (C) 2009 Marvell Technology Group Ltd. |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef LINUX_MMC_PM_H | 9 | #ifndef LINUX_MMC_PM_H |
diff --git a/include/linux/mmc/slot-gpio.h b/include/linux/mmc/slot-gpio.h index 9fd3ce64a885..0de3d7c016cd 100644 --- a/include/linux/mmc/slot-gpio.h +++ b/include/linux/mmc/slot-gpio.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Generic GPIO card-detect helper header | 3 | * Generic GPIO card-detect helper header |
3 | * | 4 | * |
4 | * Copyright (C) 2011, Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 5 | * Copyright (C) 2011, Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef MMC_SLOT_GPIO_H | 8 | #ifndef MMC_SLOT_GPIO_H |