lkml.org 
[lkml]   [2013]   [Nov]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 4/4] uio: uio_sercos3: use DEFINE_PCI_DEVICE_TABLE macro
Date
This macro is used to create a struct pci_device_id array.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
drivers/uio/uio_sercos3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/uio/uio_sercos3.c b/drivers/uio/uio_sercos3.c
index 9cfdfca..f233b03 100644
--- a/drivers/uio/uio_sercos3.c
+++ b/drivers/uio/uio_sercos3.c
@@ -196,7 +196,7 @@ static void sercos3_pci_remove(struct pci_dev *dev)
kfree(info);
}

-static struct pci_device_id sercos3_pci_ids[] = {
+static DEFINE_PCI_DEVICE_TABLE(sercos3_pci_ids) = {
{
.vendor = PCI_VENDOR_ID_PLX,
.device = PCI_DEVICE_ID_PLX_9030,
--
1.7.10.4



\
 
 \ /
  Last update: 2013-11-28 04:41    [W:2.016 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site