|
@@ -112,7 +112,7 @@ static void ci_hdrc_pci_remove(struct pci_dev *pdev)
|
|
|
*
|
|
|
* Check "pci.h" for details
|
|
|
*/
|
|
|
-static DEFINE_PCI_DEVICE_TABLE(ci_hdrc_pci_id_table) = {
|
|
|
+static const struct pci_device_id ci_hdrc_pci_id_table[] = {
|
|
|
{
|
|
|
PCI_DEVICE(0x153F, 0x1004),
|
|
|
.driver_data = (kernel_ulong_t)&pci_platdata,
|