Remove superfluous include of string.h from percpu.h
There's nothing in percpu.h that requires an explicit inclusion of string.h. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
1aeb272cf0
commit
aab3c3b01d
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
#include <linux/preempt.h>
|
||||
#include <linux/slab.h> /* For kmalloc() */
|
||||
#include <linux/smp.h>
|
||||
#include <linux/string.h> /* For memset() */
|
||||
#include <linux/cpumask.h>
|
||||
|
||||
#include <asm/percpu.h>
|
||||
|
|
Loading…
Reference in a new issue