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)
commit60fc35f327e0a9e60b955c0f3c3ed623608d1baa
treea2f519287f337dd54bda7039c82f94c19f85b8c1
parentb5e55556182d2e43da035df1bffbd492c72a7994
ahci: Do not export local variable ahci_em_messages

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>
drivers/ata/libahci.c