]> git.baikalelectronics.ru Git - 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)
committerJens Axboe <axboe@kernel.dk>
Fri, 30 Aug 2019 20:25:57 +0000 (14:25 -0600)
commitbf5d6a41694ff13094e368726e74f816b4b6bc62
treea2f519287f337dd54bda7039c82f94c19f85b8c1
parent8a5f3f67a2eba82ceaa4529882258bb2ae3ff2fe
ahci: Do not export local variable ahci_em_messages

The commit a4259cd41ae0
  ("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: a4259cd41ae0 ("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>
drivers/ata/libahci.c