From: Kristoffer Ericson Date: Tue, 31 Oct 2006 02:47:27 +0000 (+0900) Subject: video: Fix include in hp680_bl. X-Git-Tag: v3.12-rc1~31920^2~20^2~278^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1aea7e00f6b83d32d359aeb8d670f1f7aaa88d55;p=kernel%2Fkernel-generic.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 fe14883..e399321 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