linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] platform-drivers-x86: intel_rar_register: convert to DEFINE_PCI_DEVICE_TABLE
@ 2011-07-07  2:21 Axel Lin
  2011-07-07  2:22 ` [PATCH 2/2] platform-drivers-x86: intel_scu_ipc: " Axel Lin
  2011-07-07 10:00 ` [PATCH 1/2] platform-drivers-x86: intel_rar_register: " Alan Cox
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2011-07-07  2:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: Alan Cox, Matthew Garrett, platform-driver-x86

And also remove unused variable 'my_id_table'.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/platform/x86/intel_rar_register.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/platform/x86/intel_rar_register.c b/drivers/platform/x86/intel_rar_register.c
index bde47e9..c8a6aed 100644
--- a/drivers/platform/x86/intel_rar_register.c
+++ b/drivers/platform/x86/intel_rar_register.c
@@ -637,15 +637,13 @@ end_function:
 	return error;
 }
 
-const struct pci_device_id rar_pci_id_tbl[] = {
+static DEFINE_PCI_DEVICE_TABLE(rar_pci_id_tbl) = {
 	{ PCI_VDEVICE(INTEL, 0x4110) },
 	{ 0 }
 };
 
 MODULE_DEVICE_TABLE(pci, rar_pci_id_tbl);
 
-const struct pci_device_id *my_id_table = rar_pci_id_tbl;
-
 /* field for registering driver to PCI device */
 static struct pci_driver rar_pci_driver = {
 	.name = "rar_register_driver",
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-07  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-07  2:21 [PATCH 1/2] platform-drivers-x86: intel_rar_register: convert to DEFINE_PCI_DEVICE_TABLE Axel Lin
2011-07-07  2:22 ` [PATCH 2/2] platform-drivers-x86: intel_scu_ipc: " Axel Lin
2011-07-07 10:00 ` [PATCH 1/2] platform-drivers-x86: intel_rar_register: " Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).