13 Dec, 2011

1 commit


31 Jan, 2009

1 commit

  • fix the following 'make headers_check' warnings:

    usr/include/linux/sound.h:33: extern's make no sense in userspace
    usr/include/linux/sound.h:34: extern's make no sense in userspace
    usr/include/linux/sound.h:35: extern's make no sense in userspace
    usr/include/linux/sound.h:36: extern's make no sense in userspace
    usr/include/linux/sound.h:37: extern's make no sense in userspace
    usr/include/linux/sound.h:39: extern's make no sense in userspace
    usr/include/linux/sound.h:40: extern's make no sense in userspace
    usr/include/linux/sound.h:41: extern's make no sense in userspace
    usr/include/linux/sound.h:42: extern's make no sense in userspace

    Signed-off-by: Jaswinder Singh Rajput

    Jaswinder Singh Rajput
     

04 Oct, 2006

1 commit

  • This patch contains the scheduled removal of OSS drivers that:
    - have ALSA drivers for the same hardware without known regressions and
    - whose Kconfig options have been removed in 2.6.17.

    [michal.k.k.piotrowski@gmail.com: build fix]
    Signed-off-by: Adrian Bunk
    Signed-off-by: Michal Piotrowski
    Cc: David Woodhouse
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     

29 Mar, 2006

1 commit

  • Mark the f_ops members of inodes as const, as well as fix the
    ripple-through this causes by places that copy this f_ops and then "do
    stuff" with it.

    Signed-off-by: Arjan van de Ven
    Signed-off-by: Alexey Dobriyan
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arjan van de Ven
     

30 Aug, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds