lkml.org 
[lkml]   [2011]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 24/25] dynamic_debug: remove unneeded includes
Date
From: Jim Cromie <jim.cromie@gmail.com>

These arent currently needed, so drop them. Some will get re-added
when jump-label is re-introduced.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
lib/dynamic_debug.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c
index baed922..25023f1 100644
--- a/lib/dynamic_debug.c
+++ b/lib/dynamic_debug.c
@@ -14,24 +14,14 @@

#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/moduleparam.h>
-#include <linux/kallsyms.h>
-#include <linux/types.h>
#include <linux/mutex.h>
-#include <linux/proc_fs.h>
#include <linux/seq_file.h>
-#include <linux/list.h>
-#include <linux/sysctl.h>
#include <linux/ctype.h>
-#include <linux/string.h>
-#include <linux/uaccess.h>
#include <linux/dynamic_debug.h>
#include <linux/debugfs.h>
#include <linux/slab.h>
-#include <linux/jump_label.h>
#include <linux/hardirq.h>
#include <linux/sched.h>
-#include <linux/device.h>
#include <linux/netdevice.h>

extern struct _ddebug __start___verbose[];
--
1.7.7.3


\
 
 \ /
  Last update: 2011-12-06 20:37    [W:0.139 / U:0.824 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site