diff options
author | Hartmut Hackmann <devnull@localhost> | 2005-06-14 22:53:55 +0000 |
---|---|---|
committer | Hartmut Hackmann <devnull@localhost> | 2005-06-14 22:53:55 +0000 |
commit | af74d596da3ed54a6afa537a599f89570ba5728e (patch) | |
tree | fb5dde3189c098e2e5b0227a6ccd14ded771b827 /linux/include | |
parent | d44964477849d2a073e709e7b48a43225f1b7dda (diff) | |
download | mediapointer-dvb-s2-af74d596da3ed54a6afa537a599f89570ba5728e.tar.gz mediapointer-dvb-s2-af74d596da3ed54a6afa537a599f89570ba5728e.tar.bz2 |
- adapt to dvb core change in 2.6.12-rc4
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/video-buf-dvb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/media/video-buf-dvb.h b/linux/include/media/video-buf-dvb.h index cd636be00..865836f50 100644 --- a/linux/include/media/video-buf-dvb.h +++ b/linux/include/media/video-buf-dvb.h @@ -1,5 +1,5 @@ /* - * $Id: video-buf-dvb.h,v 1.5 2005/06/12 04:19:19 mchehab Exp $ + * $Id: video-buf-dvb.h,v 1.6 2005/06/14 22:53:55 hhackmann Exp $ */ #include <dvbdev.h> @@ -20,7 +20,7 @@ struct videobuf_dvb { int nfeeds; /* videobuf_dvb_(un)register manges this */ - struct dvb_adapter *adapter; + struct dvb_adapter adapter; struct dvb_demux demux; struct dmxdev dmxdev; struct dmx_frontend fe_hw; |