]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ahci: Do not export local variable ahci_em_messages
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 30 Aug 2019 19:42:55 +0000 (22:42 +0300)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 05:29:37 +0000 (00:29 -0500)
commit6951faed0433865e8a4ef02caf8b3ca2b8c89a2d
tree411b7a77879930c345fa3b6efd3e047eedf849bb
parentd13ef8f6d2e18bf471bd086aa6d8e0ff6d9a8e9c
ahci: Do not export local variable ahci_em_messages

BugLink: https://bugs.launchpad.net/bugs/1863019
[ Upstream commit 60fc35f327e0a9e60b955c0f3c3ed623608d1baa ]

The commit ed08d40cdec4
  ("ahci: Changing two module params with static and __read_mostly")
moved ahci_em_messages to be static while missing the fact of exporting it.

WARNING: "ahci_em_messages" [vmlinux] is a static EXPORT_SYMBOL_GPL

Drop export for the local variable ahci_em_messages.

Fixes: ed08d40cdec4 ("ahci: Changing two module params with static and __read_mostly")
Cc: Chuansheng Liu <chuansheng.liu@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/ata/libahci.c