Skip to content
Snippets Groups Projects
Select Git revision
  • 6735145fa72614d5bf2d77a3fe360b62d9742bb7
  • pred_err_handling default protected
  • pred_err_handling_more_prints
  • pbm_no_preemption_fix_test_input
  • pbm_no_preemption_fix_test
  • libpbm_kernel_fix
  • libpbm_kernel
  • bugfix/setup
  • libpbm_kernel_fix_bak
  • pbm_no_preemption
  • pbm
  • testing
  • sose22results
  • sose22
  • master protected
  • err_detect
  • kelvin
17 results

connector

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Paul Gortmaker authored and David S. Miller committed
    The Kconfig controlling build of this code is currently:
    
    drivers/connector/Kconfig:config PROC_EVENTS
    drivers/connector/Kconfig:      bool "Report process events to userspace"
    
    ...meaning that it currently is not being built as a module by anyone.
    Lets remove the two modular references, so that when reading the driver
    there is no doubt it is builtin-only.
    
    Since module_init translates to device_initcall in the non-modular
    case, the init ordering remains unchanged with this commit.
    
    Cc: Evgeniy Polyakov <zbr@ioremap.net>
    Cc: netdev@vger.kernel.org
    Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    8297f2d9
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..