From: Kristoffer Ericson Date: Tue, 31 Oct 2006 02:47:27 +0000 (+0900) Subject: video: Fix include in hp680_bl. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1aea7e00f6b83d32d359aeb8d670f1f7aaa88d55;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git video: Fix include in hp680_bl. The hp6xx.h header moved location, causing the build to fail, fix it up. Signed-off-by: Kristoffer Ericson Signed-off-by: Paul Mundt --- diff --git a/drivers/video/backlight/hp680_bl.c b/drivers/video/backlight/hp680_bl.c index fe1488374f62..e3993213d10e 100644 --- a/drivers/video/backlight/hp680_bl.c +++ b/drivers/video/backlight/hp680_bl.c @@ -19,7 +19,7 @@ #include #include -#include +#include #include #define HP680_MAX_INTENSITY 255