From: KOSAKI Motohiro Date: Tue, 6 Jan 2009 22:41:10 +0000 (-0800) Subject: profile: don't include twice. X-Git-Tag: firefly_0821_release~16262 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=26e5438e4b77f04a51870f9415ffed68004fac1d;p=firefly-linux-kernel-4.4.55.git profile: don't include twice. Currently, kernel/profile.c include twice. It can be removed. Signed-off-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/profile.c b/kernel/profile.c index d18e2d2654f2..784933acf5b8 100644 --- a/kernel/profile.c +++ b/kernel/profile.c @@ -445,7 +445,6 @@ void profile_tick(int type) #ifdef CONFIG_PROC_FS #include #include -#include static int prof_cpu_mask_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data)