From: Arnd Bergmann Date: Thu, 14 Feb 2013 22:26:51 +0000 (+0100) Subject: fb/exynos: include platform_device.h X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=76bf7228694b172dc42900cafbc09bec954949c4;p=~shefty%2Frdma-dev.git fb/exynos: include platform_device.h Patch 16559ae "kgdb: remove #include from kgdb.h" removed an implicit inclusion of linux/platform_device.h from the exynos framebuffer driver. This adds back the required explicit header file inclusions. Signed-off-by: Arnd Bergmann Cc: Greg Kroah-Hartman Cc: Ajay Kumar Cc: Florian Tobias Schandinat Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/video/exynos/exynos_mipi_dsi_common.c b/drivers/video/exynos/exynos_mipi_dsi_common.c index 3cd29a4fc10..c70cb8926df 100644 --- a/drivers/video/exynos/exynos_mipi_dsi_common.c +++ b/drivers/video/exynos/exynos_mipi_dsi_common.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include