From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:03:21 +0000 (-0800) Subject: lib/lcm.c: replace include X-Git-Tag: fixes-v4.0-rc1~115^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6016daed58ee482a2f7684e93342e89139cf4419;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/lcm.c b/lib/lcm.c index 51cc6b13cd52..e97dbd51e756 100644 --- a/lib/lcm.c +++ b/lib/lcm.c @@ -1,4 +1,4 @@ -#include +#include #include #include #include