Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove module * parameter from class_create() #222

Merged
merged 2 commits into from
Sep 2, 2023

Commits on Sep 2, 2023

  1. remove module * parameter from class_create()

    - From v6.4, class_create() does not have module *
      (See commit 11ba11 below)
    - Added #ifdev for KERNEL_VERSION >= 6.4
    
    From linux commit aaba11da9aa7d7d6b52a74d45b31cac118295a1
    ---------------------------------------------
    driver core: class: remove module * from class_create()
    
    The module pointer in class_create() never actually did anything,
    and it shouldn't have been requred to be set as a parameter even
    if it did something.  So just remove it and fix up all callers of the
    function in the kernel tree at the same time.
    mechanicalamit committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    82cb3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e44fda2 View commit details
    Browse the repository at this point in the history