瀏覽代碼

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 <kristoffer_e1@hotmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Kristoffer Ericson 18 年之前
父節點
當前提交
1aea7e00f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/video/backlight/hp680_bl.c

+ 1 - 1
drivers/video/backlight/hp680_bl.c

@@ -19,7 +19,7 @@
 #include <linux/backlight.h>
 #include <linux/backlight.h>
 
 
 #include <asm/cpu/dac.h>
 #include <asm/cpu/dac.h>
-#include <asm/hp6xx/hp6xx.h>
+#include <asm/hp6xx.h>
 #include <asm/hd64461.h>
 #include <asm/hd64461.h>
 
 
 #define HP680_MAX_INTENSITY 255
 #define HP680_MAX_INTENSITY 255