diff options
Diffstat (limited to 'arch/i386/kernel/i8237.c')
-rw-r--r-- | arch/i386/kernel/i8237.c | 5 |
1 files changed, 5 insertions, 0 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> |