mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
Nuke a duplicate include from profile.c
Remove duplicate inclusion of linux/profile.h from kernel/profile.c Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
2dc9c91315
commit
f8db694e46
@ -20,7 +20,6 @@
|
||||
#include <linux/mm.h>
|
||||
#include <linux/cpumask.h>
|
||||
#include <linux/cpu.h>
|
||||
#include <linux/profile.h>
|
||||
#include <linux/highmem.h>
|
||||
#include <linux/mutex.h>
|
||||
#include <asm/sections.h>
|
||||
|
Loading…
Reference in New Issue
Block a user