summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-bt8xx.c
diff options
context:
space:
mode:
authorAxel Lin2012-08-21 11:37:13 +0200
committerMauro Carvalho Chehab2012-08-21 13:21:35 +0200
commit52d322582bb71cea92a9a039c7074b3a453e518a (patch)
tree364a167b0fcd7f6bec9389e4c831d52fdb04fe4c /drivers/gpio/gpio-bt8xx.c
parent[media] Add missing help for some menuconfig items (diff)
downloadkernel-qcow2-linux-52d322582bb71cea92a9a039c7074b3a453e518a.tar.gz
kernel-qcow2-linux-52d322582bb71cea92a9a039c7074b3a453e518a.tar.xz
kernel-qcow2-linux-52d322582bb71cea92a9a039c7074b3a453e518a.zip
gpio: bt8xx: Fix build error due to missing include file
This patch fixes below build error: CC [M] drivers/gpio/gpio-bt8xx.o drivers/gpio/gpio-bt8xx.c:53:40: fatal error: ../media/video/bt8xx/bt848.h: No such file or directory compilation terminated. make[2]: *** [drivers/gpio/gpio-bt8xx.o] Error 1 make[1]: *** [drivers/gpio] Error 2 make: *** [drivers] Error 2 drivers/media/video/bt8xx/bt848.h is moved to drivers/media/pci/bt8xx/bt848.h by commit 68de959f773a1d49096835c411390bceff5d1549 "[media] bt8xx: move analog TV part to be together with DTV one". Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/gpio/gpio-bt8xx.c')
-rw-r--r--drivers/gpio/gpio-bt8xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-bt8xx.c b/drivers/gpio/gpio-bt8xx.c
index e4cc7eb69bb2..92d555d5c25a 100644
--- a/drivers/gpio/gpio-bt8xx.c
+++ b/drivers/gpio/gpio-bt8xx.c
@@ -50,7 +50,7 @@
#include <linux/slab.h>
/* Steal the hardware definitions from the bttv driver. */
-#include "../media/video/bt8xx/bt848.h"
+#include "../media/pci/bt8xx/bt848.h"
#define BT8XXGPIO_NR_GPIOS 24 /* We have 24 GPIO pins */