diff options
Diffstat (limited to 'fs/debugfs/file.c')
-rw-r--r-- | fs/debugfs/file.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c index 133be3c689af..cd12e6576b48 100644 --- a/fs/debugfs/file.c +++ b/fs/debugfs/file.c | |||
@@ -5,13 +5,8 @@ | |||
5 | * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com> | 5 | * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com> |
6 | * Copyright (C) 2004 IBM Inc. | 6 | * Copyright (C) 2004 IBM Inc. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License version | ||
10 | * 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * debugfs is for people to use instead of /proc or /sys. | 8 | * debugfs is for people to use instead of /proc or /sys. |
13 | * See Documentation/filesystems/ for more details. | 9 | * See Documentation/filesystems/ for more details. |
14 | * | ||
15 | */ | 10 | */ |
16 | 11 | ||
17 | #include <linux/module.h> | 12 | #include <linux/module.h> |