diff options
-rw-r--r-- | arch/i386/kernel/i8237.c | 5 | ||||
-rw-r--r-- | drivers/mmc/sdhci.c | 5 | ||||
-rw-r--r-- | drivers/mmc/sdhci.h | 5 | ||||
-rw-r--r-- | drivers/mmc/wbsd.c | 5 | ||||
-rw-r--r-- | drivers/mmc/wbsd.h | 5 |
5 files changed, 17 insertions, 8 deletions
diff --git a/arch/i386/kernel/i8237.c b/arch/i386/kernel/i8237.c index c36d1c006c2f..6f508e8d7c57 100644 --- a/arch/i386/kernel/i8237.c +++ b/arch/i386/kernel/i8237.c | |||
@@ -2,6 +2,11 @@ | |||
2 | * i8237.c: 8237A DMA controller suspend functions. | 2 | * i8237.c: 8237A DMA controller suspend functions. |
3 | * | 3 | * |
4 | * Written by Pierre Ossman, 2005. | 4 | * Written by Pierre Ossman, 2005. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or (at | ||
9 | * your option) any later version. | ||
5 | */ | 10 | */ |
6 | 11 | ||
7 | #include <linux/init.h> | 12 | #include <linux/init.h> |
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index fdfc3838dd79..4dab5ec392ea 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc/sdhci.c | |||
@@ -4,8 +4,9 @@ | |||
4 | * Copyright (C) 2005-2006 Pierre Ossman, All Rights Reserved. | 4 | * Copyright (C) 2005-2006 Pierre Ossman, All Rights Reserved. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 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 | 7 | * it under the terms of the GNU General Public License as published by |
8 | * published by the Free Software Foundation. | 8 | * the Free Software Foundation; either version 2 of the License, or (at |
9 | * your option) any later version. | ||
9 | */ | 10 | */ |
10 | 11 | ||
11 | #include <linux/delay.h> | 12 | #include <linux/delay.h> |
diff --git a/drivers/mmc/sdhci.h b/drivers/mmc/sdhci.h index f2453343f783..72a67937afe0 100644 --- a/drivers/mmc/sdhci.h +++ b/drivers/mmc/sdhci.h | |||
@@ -4,8 +4,9 @@ | |||
4 | * Copyright (C) 2005 Pierre Ossman, All Rights Reserved. | 4 | * Copyright (C) 2005 Pierre Ossman, All Rights Reserved. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 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 | 7 | * it under the terms of the GNU General Public License as published by |
8 | * published by the Free Software Foundation. | 8 | * the Free Software Foundation; either version 2 of the License, or (at |
9 | * your option) any later version. | ||
9 | */ | 10 | */ |
10 | 11 | ||
11 | /* | 12 | /* |
diff --git a/drivers/mmc/wbsd.c b/drivers/mmc/wbsd.c index 6435a6822ad3..88c6f0b129f5 100644 --- a/drivers/mmc/wbsd.c +++ b/drivers/mmc/wbsd.c | |||
@@ -4,8 +4,9 @@ | |||
4 | * Copyright (C) 2004-2005 Pierre Ossman, All Rights Reserved. | 4 | * Copyright (C) 2004-2005 Pierre Ossman, All Rights Reserved. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 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 | 7 | * it under the terms of the GNU General Public License as published by |
8 | * published by the Free Software Foundation. | 8 | * the Free Software Foundation; either version 2 of the License, or (at |
9 | * your option) any later version. | ||
9 | * | 10 | * |
10 | * | 11 | * |
11 | * Warning! | 12 | * Warning! |
diff --git a/drivers/mmc/wbsd.h b/drivers/mmc/wbsd.h index 249baa701cb0..6072993f01e3 100644 --- a/drivers/mmc/wbsd.h +++ b/drivers/mmc/wbsd.h | |||
@@ -4,8 +4,9 @@ | |||
4 | * Copyright (C) 2004-2005 Pierre Ossman, All Rights Reserved. | 4 | * Copyright (C) 2004-2005 Pierre Ossman, All Rights Reserved. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 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 | 7 | * it under the terms of the GNU General Public License as published by |
8 | * published by the Free Software Foundation. | 8 | * the Free Software Foundation; either version 2 of the License, or (at |
9 | * your option) any later version. | ||
9 | */ | 10 | */ |
10 | 11 | ||
11 | #define LOCK_CODE 0xAA | 12 | #define LOCK_CODE 0xAA |