diff options
author | David Woodhouse <[email protected]> | 2008-08-16 11:55:04 +0100 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-08-16 16:46:57 -0700 |
commit | 5e6b83ed8c00f2e2ae5b2413c5907bed735b600d (patch) | |
tree | 6402161e2c7567f837fc515b192a7e46d2f7cd50 /tools/perf/scripts/python | |
parent | 605d9288b3e8a3d15e6f36185c2fc737b6979572 (diff) |
Fix header export of videodev2.h, ivtv.h, ivtvfb.h
The exported copy of videodev2.h contains this line:
#define #include <sys/time.h>
This is because for some reason it defines __user for itself -- despite
the fact that we remove all instances of __user when exporting headers.
_All_ pointers in userspace are user pointers. Fix it by removing the
unnecessary '#define __user' from the file.
The new headers ivtv.h and ivtvfb.h would have the same problem... if
whoever put them there had actually remembered to add them to the Kbuild
file while he was at it. Fix those too, and export them as was
presumably intended.
Note that includes of <linux/compiler.h> are also stripped by the header
export process, so those don't need to be conditional.
Signed-off-by: David Woodhouse <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Acked-by: Hans Verkuil <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions