projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aecab53
)
PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCES
author
Yinghai Lu
<yinghai@kernel.org>
Wed, 4 Jan 2012 23:49:45 +0000
(15:49 -0800)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Fri, 6 Jan 2012 20:15:14 +0000
(12:15 -0800)
Save some bytes for device resource array.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
include/linux/pci.h
patch
|
blob
|
history
diff --git
a/include/linux/pci.h
b/include/linux/pci.h
index
174fe8a
..
5d06e34
100644
(file)
--- a/
include/linux/pci.h
+++ b/
include/linux/pci.h
@@
-111,7
+111,7
@@
enum {
PCI_NUM_RESOURCES,
/* preserve this for compatibility */
- DEVICE_COUNT_RESOURCE
+ DEVICE_COUNT_RESOURCE
= PCI_NUM_RESOURCES,
};
typedef int __bitwise pci_power_t;