[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4B4A089F.3090908@freemail.hu>
Date: Sun, 10 Jan 2010 18:04:31 +0100
From: Németh Márton <nm127@...email.hu>
To: linux-fbdev@...r.kernel.org
CC: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] video skeletonfb: use DEFINE_PCI_DEVICE_TABLE()
From: Márton Németh <nm127@...email.hu>
Use DEFINE_PCI_DEVICE_TABLE() when declaring the PCI device
table as suggested in Documentation/PCI/pci.txt .
Signed-off-by: Márton Németh <nm127@...email.hu>
---
--- linux/drivers/video/skeletonfb.c.orig 2009-12-03 04:51:21.000000000 +0100
+++ linux/drivers/video/skeletonfb.c 2010-01-10 17:59:55.000000000 +0100
@@ -887,7 +887,7 @@ static int xxxfb_resume(struct pci_dev *
#define xxxfb_resume NULL
#endif /* CONFIG_PM */
-static struct pci_device_id xxxfb_id_table[] = {
+static DEFINE_PCI_DEVICE_TABLE(xxxfb_id_table) = {
{ PCI_VENDOR_ID_XXX, PCI_DEVICE_ID_XXX,
PCI_ANY_ID, PCI_ANY_ID, PCI_BASE_CLASS_DISPLAY << 16,
PCI_CLASS_MASK, 0 },
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists