Message ID | 1363626009-25242-1-git-send-email-phil.edworthy@renesas.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Mon, Mar 18, 2013 at 11:00 AM, Phil Edworthy <phil.edworthy@renesas.com> wrote: > > Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> > --- > include/linux/pci_ids.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > index f11c1c2..04693b7 100644 > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -2363,6 +2363,7 @@ > #define PCI_DEVICE_ID_RENESAS_SH7763 0x0004 > #define PCI_DEVICE_ID_RENESAS_SH7785 0x0007 > #define PCI_DEVICE_ID_RENESAS_SH7786 0x0010 > +#define PCI_DEVICE_ID_RENESAS_RCAR 0x0018 See the comment at the top of pci_ids.h. If this ID is actually used in several places, please resend this patch along with the patches that add those uses. If it's only used in one place, just put the definition there (or use the bare number). > #define PCI_VENDOR_ID_SOLARFLARE 0x1924 > #define PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0 0x0703 > -- > 1.7.5.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index f11c1c2..04693b7 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2363,6 +2363,7 @@ #define PCI_DEVICE_ID_RENESAS_SH7763 0x0004 #define PCI_DEVICE_ID_RENESAS_SH7785 0x0007 #define PCI_DEVICE_ID_RENESAS_SH7786 0x0010 +#define PCI_DEVICE_ID_RENESAS_RCAR 0x0018 #define PCI_VENDOR_ID_SOLARFLARE 0x1924 #define PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0 0x0703
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> --- include/linux/pci_ids.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)