diff options
Diffstat (limited to 'samples/kfifo/dma-example.c')
-rw-r--r-- | samples/kfifo/dma-example.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/samples/kfifo/dma-example.c b/samples/kfifo/dma-example.c index be0d4a5fdf53..0cf27483cb36 100644 --- a/samples/kfifo/dma-example.c +++ b/samples/kfifo/dma-example.c | |||
@@ -1,10 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Sample fifo dma implementation | 3 | * Sample fifo dma implementation |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Stefani Seibold <stefani@seibold.net> | 5 | * Copyright (C) 2010 Stefani Seibold <stefani@seibold.net> |
5 | * | ||
6 | * Released under the GPL version 2 only. | ||
7 | * | ||
8 | */ | 6 | */ |
9 | 7 | ||
10 | #include <linux/init.h> | 8 | #include <linux/init.h> |