> -----Original Message----- > From: Denis Efremov [mailto:efre...@linux.com] > Sent: Wednesday, July 10, 2019 11:29 PM > To: Liu, Chuansheng <chuansheng....@intel.com> > Cc: Denis Efremov <efre...@linux.com>; Jens Axboe <ax...@kernel.dk>; > linux-...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: [PATCH] ahci: Remove the exporting of ahci_em_messages > > The variable ahci_em_messages is declared static and marked > EXPORT_SYMBOL_GPL, which is at best an odd combination. Because the > variable is not used outside of the drivers/ata/libahci.c file it is > defined in, this commit removes the EXPORT_SYMBOL_GPL() marking. Sounds good to me, thanks. Reviewed-by: Chuansheng Liu <chuansheng....@linux.intel.com>