]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: bt8xx: Fix build error due to missing include file
authorAxel Lin <axel.lin@gmail.com>
Tue, 21 Aug 2012 09:37:13 +0000 (17:37 +0800)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 Aug 2012 11:21:35 +0000 (08:21 -0300)
commitb9375606b454fae60215a6dfc80623f760a8ee2f
tree364a167b0fcd7f6bec9389e4c831d52fdb04fe4c
parent3f842a7c19a15ac2ab37a346ba12ecf43f26aab3
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 70f4919f2af8e232d527b7b70aa52b5fcfb91f24
"[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>
drivers/gpio/gpio-bt8xx.c