]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita4259cd41ae0d2b996f9fc6a5751155dc8619dab
tree034969f07daa6f080fd43523cfff9e38f1c3c605
parent8d77f31568220a8293f2e30959e7772efe92c198
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