ahci: Changing two module params with static and __read_mostly
authorChuansheng Liu <chuansheng.liu@intel.com>
Wed, 18 Sep 2013 12:21:49 +0000 (20:21 +0800)
committerTejun Heo <tj@kernel.org>
Sun, 22 Sep 2013 16:53:16 +0000 (12:53 -0400)
commited08d40cdec45f3f1071fa4679127d4b76dc8986
tree034969f07daa6f080fd43523cfff9e38f1c3c605
parent272b98c6455f00884f0350f775c5342358ebb73f
ahci: Changing two module params with static and __read_mostly

Here module parameters ahci_em_messages and devslp_idle_timeout can
be set as static and __read_mostly.

Signed-off-by: Liu, Chuansheng <chuansheng.liu@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libahci.c