Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108614
b: refs/heads/master
c: 5e6b83e
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and Linus Torvalds committed Aug 16, 2008
1 parent 80529c5 commit b13d68b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 605d9288b3e8a3d15e6f36185c2fc737b6979572
refs/heads/master: 5e6b83ed8c00f2e2ae5b2413c5907bed735b600d
2 changes: 2 additions & 0 deletions trunk/include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ unifdef-y += isdn.h
unifdef-y += isdnif.h
unifdef-y += isdn_divertif.h
unifdef-y += isdn_ppp.h
unifdef-y += ivtv.h
unifdef-y += ivtvfb.h
unifdef-y += joystick.h
unifdef-y += kdev_t.h
unifdef-y += kd.h
Expand Down
6 changes: 1 addition & 5 deletions trunk/include/linux/ivtv.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
#ifndef __LINUX_IVTV_H__
#define __LINUX_IVTV_H__

#ifdef __KERNEL__
#include <linux/compiler.h> /* need __user */
#else
#define __user
#endif
#include <linux/compiler.h>
#include <linux/types.h>

/* ivtv knows several distinct output modes: MPEG streaming,
Expand Down
6 changes: 1 addition & 5 deletions trunk/include/linux/ivtvfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
#ifndef __LINUX_IVTVFB_H__
#define __LINUX_IVTVFB_H__

#ifdef __KERNEL__
#include <linux/compiler.h> /* need __user */
#else
#define __user
#endif
#include <linux/compiler.h>
#include <linux/types.h>

/* Framebuffer external API */
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/linux/videodev2.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
*/
#ifndef __LINUX_VIDEODEV2_H
#define __LINUX_VIDEODEV2_H

#ifdef __KERNEL__
#include <linux/time.h> /* need struct timeval */
#include <linux/compiler.h> /* need __user */
#else
#define __user
#include <sys/time.h>
#endif
#include <linux/compiler.h>
#include <linux/ioctl.h>
#include <linux/types.h>

Expand Down

0 comments on commit b13d68b

Please sign in to comment.