projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db93d03
)
Added pci_enable_device()
author
David Schleef
<ds@schleef.org>
Fri, 13 Jul 2001 01:55:05 +0000
(
01:55
+0000)
committer
David Schleef
<ds@schleef.org>
Fri, 13 Jul 2001 01:55:05 +0000
(
01:55
+0000)
include/linux/pci.h
patch
|
blob
|
history
diff --git
a/include/linux/pci.h
b/include/linux/pci.h
index f3ebbfd332029763b7b5a6d3cc1e74fe2fa8d12f..d5a4e3191c1d4af509c675651bd0407bdad3f2ed 100644
(file)
--- a/
include/linux/pci.h
+++ b/
include/linux/pci.h
@@
-20,6
+20,8
@@
#define pci_for_each_dev(x) \
for((x)=pci_devices;(x);(x)=(x)->next)
+#define pci_enable_device(x) 0
+
#else
#endif