Skip to content

Commit

Permalink
[PATCH] Process Events - Header Cleanup
Browse files Browse the repository at this point in the history
Move connector header include to precisely where it's needed.

Remove unused time.h header file as well.  This was leftover from previous
iterations of the process events patches.

Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
Cc: Guillaume Thouvenin <guillaume.thouvenin@bull.net>
Cc: Nguyen Anh Quynh <aquynh@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Matt Helsley authored and Linus Torvalds committed Jun 23, 2006
1 parent 368a5fa commit 1d31a4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions drivers/connector/cn_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/kernel.h>
#include <linux/ktime.h>
#include <linux/init.h>
#include <linux/connector.h>
#include <asm/atomic.h>

#include <linux/cn_proc.h>
Expand Down
2 changes: 0 additions & 2 deletions include/linux/cn_proc.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#define CN_PROC_H

#include <linux/types.h>
#include <linux/time.h>
#include <linux/connector.h>

/*
* Userspace sends this enum to register with the kernel that it is listening
Expand Down

0 comments on commit 1d31a4e

Please sign in to comment.