pch_phub.c (2dd22997679a88874c131f6e6ffb963e6d43b3a6) pch_phub.c (b259514282d54323aaadead3dac4823ea01f9b89)
1/*
2 * Copyright (C) 2010 OKI SEMICONDUCTOR CO., LTD.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 721 unchanged lines hidden (view full) ---

730#define pch_phub_resume NULL
731#endif /* CONFIG_PM */
732
733static struct pci_device_id pch_phub_pcidev_id[] = {
734 { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_PCH1_PHUB), 1, },
735 { PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ROHM_ML7213_PHUB), 2, },
736 { }
737};
1/*
2 * Copyright (C) 2010 OKI SEMICONDUCTOR CO., LTD.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 721 unchanged lines hidden (view full) ---

730#define pch_phub_resume NULL
731#endif /* CONFIG_PM */
732
733static struct pci_device_id pch_phub_pcidev_id[] = {
734 { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_PCH1_PHUB), 1, },
735 { PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ROHM_ML7213_PHUB), 2, },
736 { }
737};
738MODULE_DEVICE_TABLE(pci, pch_phub_pcidev_id);
738
739static struct pci_driver pch_phub_driver = {
740 .name = "pch_phub",
741 .id_table = pch_phub_pcidev_id,
742 .probe = pch_phub_probe,
743 .remove = __devexit_p(pch_phub_remove),
744 .suspend = pch_phub_suspend,
745 .resume = pch_phub_resume

--- 17 unchanged lines hidden ---
739
740static struct pci_driver pch_phub_driver = {
741 .name = "pch_phub",
742 .id_table = pch_phub_pcidev_id,
743 .probe = pch_phub_probe,
744 .remove = __devexit_p(pch_phub_remove),
745 .suspend = pch_phub_suspend,
746 .resume = pch_phub_resume

--- 17 unchanged lines hidden ---