~ubuntu-branches/ubuntu/maverick/tvtime/maverick

« back to all changes in this revision

Viewing changes to src/videodev2.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2006-08-13 00:21:33 UTC
  • Revision ID: james.westby@ubuntu.com-20060813002133-0qo2sgqvvk0g6z39
Tags: 1.0.1-2.2ubuntu1
* Merge from debian unstable.
* src/videodev2.h: remove useless #include <linux/compiler.h> which caused a
  FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#ifdef __KERNEL__
17
17
#include <linux/time.h> /* need struct timeval */
18
18
#endif
19
 
#include <linux/compiler.h> /* need __user */
20
19
 
21
20
/* for kernel versions 2.4.26 and below: */
22
21
#ifndef __user