30 Mar, 2009

1 commit


12 Oct, 2008

1 commit


17 Aug, 2008

1 commit

  • The exported copy of videodev2.h contains this line:

    #define #include

    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 are also stripped by the header
    export process, so those don't need to be conditional.

    Signed-off-by: David Woodhouse
    Signed-off-by: Mauro Carvalho Chehab
    Acked-by: Hans Verkuil
    Signed-off-by: Linus Torvalds

    David Woodhouse
     

10 Oct, 2007

1 commit