From: Kristoffer Ericson Date: Tue, 31 Oct 2006 02:47:27 +0000 (+0900) Subject: video: Fix include in hp680_bl. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1aea7e00f6b83d32d359aeb8d670f1f7aaa88d55;p=deliverable%2Flinux.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