[PATCH][2.6.17]drivers/media/video/bt8xx/bttvp.h has wrong includeline

From: Predrag Ivanovic
Date: Thu Jun 22 2006 - 08:58:01 EST



Hi.
Trivial patch, really.
Fixes include line in bttvp.h(btcx-risc.h is in parent dir).
------
--- bttvp.h 2006-06-19 16:48:46.000000000 +0200
+++ bttvp.h.new 2006-06-19 16:49:54.000000000 +0200
@@ -48,7 +48,7 @@

#include "bt848.h"
#include "bttv.h"
-#include "btcx-risc.h"
+#include "../btcx-risc.h"

#ifdef __KERNEL__

-----------
Pedja
--
Recent studies suggest that running /usr/bin/coffee from cron at regular
intervals can be more effective at enhancing uptime than launching a big
coffeed process at startup.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/