diff options
author | Hans Petter Selasky <hselasky@c2i.net> | 2011-05-23 11:10:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-25 20:42:30 -0400 |
commit | 5d8f290c051b55dfff6bd7e688a05945246a0861 (patch) | |
tree | 88782ba99d4ff7c3a8ff6fb136dab0d9af2eba91 /include/media | |
parent | 96c68795dc28aa3b1ade2194779c7d45320699cf (diff) |
[media] Add missing include guard to header file
Signed-off-by: Hans Petter Selasky <hselasky@c2i.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/videobuf-dvb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/videobuf-dvb.h b/include/media/videobuf-dvb.h index 07cf4b9d0a65..bf365721d6b0 100644 --- a/include/media/videobuf-dvb.h +++ b/include/media/videobuf-dvb.h | |||
@@ -4,6 +4,9 @@ | |||
4 | #include <dvb_net.h> | 4 | #include <dvb_net.h> |
5 | #include <dvb_frontend.h> | 5 | #include <dvb_frontend.h> |
6 | 6 | ||
7 | #ifndef _VIDEOBUF_DVB_H_ | ||
8 | #define _VIDEOBUF_DVB_H_ | ||
9 | |||
7 | struct videobuf_dvb { | 10 | struct videobuf_dvb { |
8 | /* filling that the job of the driver */ | 11 | /* filling that the job of the driver */ |
9 | char *name; | 12 | char *name; |
@@ -54,6 +57,7 @@ void videobuf_dvb_dealloc_frontends(struct videobuf_dvb_frontends *f); | |||
54 | struct videobuf_dvb_frontend * videobuf_dvb_get_frontend(struct videobuf_dvb_frontends *f, int id); | 57 | struct videobuf_dvb_frontend * videobuf_dvb_get_frontend(struct videobuf_dvb_frontends *f, int id); |
55 | int videobuf_dvb_find_frontend(struct videobuf_dvb_frontends *f, struct dvb_frontend *p); | 58 | int videobuf_dvb_find_frontend(struct videobuf_dvb_frontends *f, struct dvb_frontend *p); |
56 | 59 | ||
60 | #endif /* _VIDEOBUF_DVB_H_ */ | ||
57 | 61 | ||
58 | /* | 62 | /* |
59 | * Local variables: | 63 | * Local variables: |