aboutsummaryrefslogtreecommitdiffstats
path: root/fs/debugfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/debugfs/inode.c')
-rw-r--r--fs/debugfs/inode.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c
index 7c107b3b9c93..63a998c3f252 100644
--- a/fs/debugfs/inode.c
+++ b/fs/debugfs/inode.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/core-api/kernel-api.rst for more details. 9 * See ./Documentation/core-api/kernel-api.rst for more details.
14 *
15 */ 10 */
16 11
17#include <linux/module.h> 12#include <linux/module.h>