From: Paul Gortmaker Date: Thu, 26 May 2011 19:58:15 +0000 (-0400) Subject: of_platform.h: delete needless include X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~16185^2~14 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7755c47123a927de480826f4448a0c215a639f12;p=mirror_ubuntu-artful-kernel.git of_platform.h: delete needless include There is nothing modular in this file, and no reason to drag in all the 357 headers that module.h brings with it, since it just slows down compiles. Signed-off-by: Paul Gortmaker --- diff --git a/include/linux/of_platform.h b/include/linux/of_platform.h index 5a6f458a4bb7..040ce2f6e8de 100644 --- a/include/linux/of_platform.h +++ b/include/linux/of_platform.h @@ -12,7 +12,6 @@ */ #ifdef CONFIG_OF_DEVICE -#include #include #include #include