PCI: fixup sparse endianness warnings in proc.c
authorHarvey Harrison <harvey.harrison@gmail.com>
Tue, 22 Jul 2008 21:40:47 +0000 (14:40 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 22 Jul 2008 22:19:44 +0000 (15:19 -0700)
commitf17a077e61b627e58db5926bc474cf308318dad9
treed1cb311f6a4759cf3e880080fcaeeb8993395d99
parente5899e1b7d73e67de758a32174a859cc2586c0b9
PCI: fixup sparse endianness warnings in proc.c

drivers/pci/proc.c:91:3: warning: cast from restricted __le16
drivers/pci/proc.c:100:3: warning: cast from restricted __le32
drivers/pci/proc.c:109:3: warning: cast from restricted __le16
drivers/pci/proc.c:161:40: warning: cast to restricted __le16
drivers/pci/proc.c:170:41: warning: cast to restricted __le32
drivers/pci/proc.c:179:40: warning: cast to restricted __le16

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/proc.c