diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-02-12 18:03:21 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-12 21:54:16 -0500 |
commit | 6016daed58ee482a2f7684e93342e89139cf4419 (patch) | |
tree | 847018ac6a42cf5f02163837e636aa46fe5a03b6 /lib/lcm.c | |
parent | 6918584aad8e9c6b9a9be74b15bf9e7dafc2d691 (diff) |
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>
Diffstat (limited to 'lib/lcm.c')
-rw-r--r-- | lib/lcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | #include <linux/kernel.h> | 1 | #include <linux/compiler.h> |
2 | #include <linux/gcd.h> | 2 | #include <linux/gcd.h> |
3 | #include <linux/export.h> | 3 | #include <linux/export.h> |
4 | #include <linux/lcm.h> | 4 | #include <linux/lcm.h> |