X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fmedia%2Fvideo-buf-dvb.h;h=b78d90fe629fb0b816f336015e07126116ce6af8;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=94bd33619aa5af542b747c7a0829917e824b42e0;hpb=6a77f38946aaee1cd85eeec6cf4229b204c15071;p=linux-2.6.git diff --git a/include/media/video-buf-dvb.h b/include/media/video-buf-dvb.h index 94bd33619..b78d90fe6 100644 --- a/include/media/video-buf-dvb.h +++ b/include/media/video-buf-dvb.h @@ -11,12 +11,12 @@ struct videobuf_dvb { struct videobuf_queue dvbq; /* video-buf-dvb state info */ - struct semaphore lock; + struct mutex lock; struct task_struct *thread; 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;