On Mon, 9 Mar 2009 08:45:42 +0100 Hans Verkuil <hverkuil@xxxxxxxxx> wrote: > On Monday 09 March 2009 02:20:19 Trent Piepho wrote: > > On Sun, 8 Mar 2009, Hans Verkuil wrote: > > > - zoran/bt819: use new notify functionality. > > > > You put compat.h in the wrong spot in this patch. It goes before any > > header file that are in v4l-dvb, but you've moved it to after > > v4l2-common. > > That's not what README.patches says: > > There are several compatibility procedures already defined > in "compat.h" file. If needed, it is better to include it after all > other kernel standard headers, and before any specific header > for that file. Something like: > > #include <linux/kernel.h> > #include <linux/module.h> > ... > #include <linux/videodev2.h> > #include <media/v4l2-common.h> > > #include "compat.h" > > #include "mydriver-header.h" > > should be included at the files under v4l-dvb tree. This header also > includes linux/version.h. > > Mauro, who's right? It doesn't matter who is right. If we go ahead with the backport.pl script, we should automatically add the compat.h header. So, maybe we'll need to do some changes on the order of the include to avoid troubles. Anyway, this is a minor question, that can be solved later. For now, I'll apply the pull. Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html