25 Jan, 2014

1 commit

  • This file is controlled by a tristate Kconfig option, and hence
    needs to include module.h so that it can get module_init() once
    we relocate it from init.h into module.h in the future.

    Note that module_exit() appears to be missing from the driver, so
    it is questionable whether it would actually work for a removal
    and reload cycle if it was configured for a modular build.

    Signed-off-by: Paul Gortmaker
    Signed-off-by: Wolfram Sang

    Paul Gortmaker
     

29 Mar, 2012

1 commit


25 Mar, 2009

1 commit


25 Feb, 2009

2 commits


27 Jan, 2009

1 commit


07 Aug, 2008

2 commits


16 Jul, 2007

1 commit

  • It depends on tristate I2C and it's trivial to make modular. The
    current Kconfig allows I2C=m, I2C_ACORN=y, which doesn't work at
    all; alternatives are dependency on I2C=y and making I2C_ACORN
    itself a tristate. The latter is the right thing to do...

    Signed-off-by: Al Viro
    Signed-off-by: Linus Torvalds
    Acked-by: Russell King

    Al Viro
     

05 Mar, 2007

1 commit