projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20b16f
)
[PATCH] pci: Move PCI_VDEVICE from libata to core
author
Alan Cox
<
[email protected]
>
Fri, 15 Dec 2006 21:08:50 +0000
(13:08 -0800)
committer
Jeff Garzik
<
[email protected]
>
Fri, 9 Feb 2007 22:39:29 +0000
(17:39 -0500)
Updated diff which doesn't move the comment as per Jeff's request and
corrects the docs as per report on l/k
Signed-off-by: Alan Cox <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
include/linux/libata.h
patch
|
blob
|
history
diff --git
a/include/linux/libata.h
b/include/linux/libata.h
index 84f12e8cae712f42c9e6073d24a7514f8482a0a8..dab4dc505ce751196b071c94e6f6e574f606d1a8 100644
(file)
--- a/
include/linux/libata.h
+++ b/
include/linux/libata.h
@@
-109,10
+109,6
@@
static inline u32 ata_msg_init(int dval, int default_msg_enable_bits)
#define ATA_TAG_POISON 0xfafbfcfdU
/* move to PCI layer? */
-#define PCI_VDEVICE(vendor, device) \
- PCI_VENDOR_ID_##vendor, (device), \
- PCI_ANY_ID, PCI_ANY_ID, 0, 0
-
static inline struct device *pci_dev_to_dev(struct pci_dev *pdev)
{
return &pdev->dev;