From: Paul Gortmaker Date: Thu, 26 May 2011 15:41:46 +0000 (-0400) Subject: sysdev.h: dont include for no reason X-Git-Tag: v3.2-rc1~22^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4eae0cc4f42a8f630e16c23e141ea7b85787d3c4;p=profile%2Fivi%2Fkernel-x86-ivi.git sysdev.h: dont include for no reason The pretty much brings in the kitchen sink along with it, so it should be avoided wherever reasonably possible in terms of being included from other commonly used files, as it results in a measureable increase on compile times. There doesn't appear to be any module specifics in this file. The obvious people who were relying on the presence of the vast amount of stuff module.h sucked in have been fixed. If other files are implicitly relying on it, then lets see who they are and fix them too. Signed-off-by: Paul Gortmaker --- diff --git a/include/linux/sysdev.h b/include/linux/sysdev.h index d35e783..20f63d3 100644 --- a/include/linux/sysdev.h +++ b/include/linux/sysdev.h @@ -22,7 +22,6 @@ #define _SYSDEV_H_ #include -#include #include