01 Feb, 2013

1 commit

  • The wanrouter support was identified earlier as unused for years,
    and so the previous commit totally decoupled it from the kernel,
    leaving the related wanrouter files present, but totally inert.

    Here we take the final step in that cleanup, by doing a wholesale
    removal of these files. The two step process is used so that the
    large deletion is decoupled from the git history of files that we
    still care about.

    The drivers deleted here all were dependent on the Kconfig setting
    CONFIG_WAN_ROUTER_DRIVERS.

    A stub wanrouter.h header (kernel & uapi) are left behind so that
    drivers/isdn/i4l/isdn_x25iface.c continues to compile, and so that
    we don't accidentally break userspace that expected these defines.

    Cc: Joe Perches
    Cc: Dan Carpenter
    Cc: Arnaldo Carvalho de Melo
    Signed-off-by: Paul Gortmaker

    Paul Gortmaker
     

13 Oct, 2012

1 commit


02 Dec, 2011

1 commit


29 May, 2008

1 commit


09 Feb, 2007

1 commit

  • This patch contains the following cleanups:
    - make the following needlessly global functions static:
    - lock_adapter_irq()
    - unlock_adapter_irq()
    - #if 0 the following unused global functions:
    - wanrouter_encapsulate()
    - wanrouter_type_trans()

    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: David S. Miller

    Adrian Bunk
     

25 Apr, 2006

1 commit


13 Jul, 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