firmware-tool: fix compilation
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 23 Aug 2009 03:22:30 +0000 (00:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 23 Aug 2009 03:22:30 +0000 (00:22 -0300)
From: Mauro Carvalho Chehab <mchehab@redhat.com>

Priority: normal

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
utils/xc3028-firmware/firmware-tool.c

index de1262c..43b78df 100644 (file)
@@ -33,8 +33,8 @@
 #include <asm/byteorder.h>
 #include <asm/types.h>
 
-#include "../../../linux/drivers/media/video/tuner-xc2028-types.h"
-#include "../../../linux/include/linux/videodev2.h"
+#include "../../../linux/drivers/media/common/tuners/tuner-xc2028-types.h"
+#include "linux/videodev2.h"
 
 #include "extract_head.h"
 #include "standards.h"