Skip to content

Commit

Permalink
V4L/DVB (7694): pvrusb2: Fix compilation goof when CONFIG_VIDEO_PVRUS…
Browse files Browse the repository at this point in the history
…B2_DVB is off

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent e6d1186 commit ce52f81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/video/pvrusb2/pvrusb2-devattr.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@

#include <linux/mod_devicetable.h>
#include <linux/videodev2.h>
#ifdef CONFIG_VIDEO_PVRUSB2_DVB
#include "pvrusb2-dvb.h"
#endif

/*
Expand Down

0 comments on commit ce52f81

Please sign in to comment.