dect
/
linux-2.6
Archived
13
0
Fork 0

mtd: r852 fix pci ID

The PCI_DEVICE_ID_RICOH_R5C852 was missed in the edited commit, and on 
second thought I just open code it.

This fixes compile error.

Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
Maxim Levitsky 2010-02-26 23:10:32 +02:00 committed by David Woodhouse
parent 133fa8c7d7
commit d4080cb32e
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ int r852_resume(struct device *device)
static const struct pci_device_id r852_pci_id_tbl[] = {
{ PCI_VDEVICE(RICOH, PCI_DEVICE_ID_RICOH_R5C852), },
{ PCI_VDEVICE(RICOH, 0x0852), },
{ },
};