Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1046 → Rev 1047

/shark/trunk/drivers/linuxc26/videodev.c
94,7 → 94,7
* Active devices
*/
static struct video_device *video_device[VIDEO_NUM_DEVICES];
/*static*/ struct video_device *video_device[VIDEO_NUM_DEVICES];
static DECLARE_MUTEX(videodev_lock);
 
struct video_device* video_devdata(struct file *file)