diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index e3d56c235203..9731daa92a06 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -510,7 +510,8 @@ struct cx8802_driver { | |||
510 | /* Caller must _not_ hold core->lock */ | 510 | /* Caller must _not_ hold core->lock */ |
511 | int (*probe)(struct cx8802_driver *drv); | 511 | int (*probe)(struct cx8802_driver *drv); |
512 | 512 | ||
513 | /* Caller must hold core->lock */ | 513 | /* Callers to the following functions must hold core->lock */ |
514 | |||
514 | int (*remove)(struct cx8802_driver *drv); | 515 | int (*remove)(struct cx8802_driver *drv); |
515 | 516 | ||
516 | /* MPEG 8802 -> mini driver - Access for hardware control */ | 517 | /* MPEG 8802 -> mini driver - Access for hardware control */ |