From: Kenji Kaneshige Date: Wed, 13 May 2009 03:15:38 +0000 (+0900) Subject: PCI ASPM: cleanup clkpm state in struct pcie_link_state X-Git-Tag: v2.6.31-rc1~62^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d246e458918d469ad645fd5f937ac22982e0466;p=pandora-kernel.git PCI ASPM: cleanup clkpm state in struct pcie_link_state The "clk_pm_capable", "clk_pm_enable" and "bios_clk_state" fields in the struct pcie_link_state only take 1-bit value. So those fields don't need to be defined as unsigned int. This patch makes those fields 1-bit, and cleans up some related code. Acked-by: Shaohua Li Signed-off-by: Kenji Kaneshige Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed