mfd: Remove DEFINE_PCI_DEVICE_TABLE macro

Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro
is not preferred.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Dieser Commit ist enthalten in:
Jingoo Han
2013-12-03 08:15:39 +09:00
committet von Lee Jones
Ursprung 97b583f3b4
Commit 36fcd06c46
10 geänderte Dateien mit 10 neuen und 10 gelöschten Zeilen

Datei anzeigen

@@ -851,7 +851,7 @@ static void timb_remove(struct pci_dev *dev)
kfree(priv);
}
static DEFINE_PCI_DEVICE_TABLE(timberdale_pci_tbl) = {
static const struct pci_device_id timberdale_pci_tbl[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_TIMB, PCI_DEVICE_ID_TIMB) },
{ 0 }
};