mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
ipmi:ls2k: Make ipmi_ls2k_platform_driver static
No need for it to be global. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202601170753.3zDBerGP-lkp@intel.com/ Signed-off-by: Corey Minyard <corey@minyard.net>
This commit is contained in:
parent
9f235ccecd
commit
6b157b408d
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ static void ipmi_ls2k_remove(struct platform_device *pdev)
|
|||
ipmi_si_remove_by_dev(&pdev->dev);
|
||||
}
|
||||
|
||||
struct platform_driver ipmi_ls2k_platform_driver = {
|
||||
static struct platform_driver ipmi_ls2k_platform_driver = {
|
||||
.driver = {
|
||||
.name = "ls2k-ipmi-si",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue