~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/cx25821/cx25821.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <linux/delay.h>
32
32
#include <linux/sched.h>
33
33
#include <linux/kdev_t.h>
34
 
#include <linux/smp_lock.h>
35
34
 
36
35
#include <media/v4l2-common.h>
37
36
#include <media/v4l2-device.h>
445
444
        v4l2_device_call_all(&dev->v4l2_dev, 0, o, f, ##args)
446
445
 
447
446
extern struct list_head cx25821_devlist;
 
447
extern struct mutex cx25821_devlist_mutex;
 
448
 
448
449
extern struct cx25821_board cx25821_boards[];
449
450
extern struct cx25821_subid cx25821_subids[];
450
451