05 May, 2013

1 commit

  • Commit 59d8053f1e16904d54ed7469d4b36801ea6b8f2c ("proc: Move non-public
    stuff from linux/proc_fs.h to fs/proc/internal.h") broke Apple NuBus
    support:

    drivers/nubus/proc.c: In function ‘nubus_proc_detach_device’:
    drivers/nubus/proc.c:156: error: dereferencing pointer to incomplete type
    drivers/nubus/proc.c:158: error: dereferencing pointer to incomplete type

    Fortunately nubus_proc_detach_device() is unused, and appears to have never
    been used, so just remove it.

    Signed-off-by: Geert Uytterhoeven
    Signed-off-by: Al Viro

    Geert Uytterhoeven
     

30 Apr, 2013

1 commit


10 Apr, 2013

1 commit

  • Don't use create_proc_entry() in nubus_proc_subdir(). The files created aren't
    given any way to use them, so for the moment use create_proc_read_entry() with
    a NULL accessor and generate a compile-time warning.

    Signed-off-by: David Howells

    David Howells
     

29 Apr, 2008

2 commits


06 Feb, 2008

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