lib/lcm.c: replace include
We don't need all the stuff kernel.h pulls in; just compiler.h since export.h doesn't do necessary #includes. This removes more than 100 dependencies. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6918584aad
commit
6016daed58
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#include <linux/kernel.h>
|
||||
#include <linux/compiler.h>
|
||||
#include <linux/gcd.h>
|
||||
#include <linux/export.h>
|
||||
#include <linux/lcm.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue