From: Kenji Kaneshige Date: Wed, 13 May 2009 03:12:43 +0000 (+0900) Subject: PCI ASPM: cleanup aspm state field in struct pcie_link_state X-Git-Tag: v2.6.31-rc1~62^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80bfdbe370d56a1448c7078cd6d286b89241a72e;p=pandora-kernel.git PCI ASPM: cleanup aspm state field in struct pcie_link_state The "support_state", "enabled_state" and "bios_aspm_state" fields in the struct pcie_link_state take 2-bit value. So those fields don't need to be defined as unsigned int. This patch makes those fields 2-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