All of lore.kernel.org
 help / color / mirror / Atom feed
From: Henne <henne@nachtwindheim.de>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] [PATCH] Marking the pci_device_id tables of the pcmcia-subsys
Date: Mon, 24 Apr 2006 15:24:35 +0000	[thread overview]
Message-ID: <444CEDB3.10901@nachtwindheim.de> (raw)
In-Reply-To: <444CEB94.4010109@nachtwindheim.de>

From: Henrik Kretzschmar <henne@nachtwindheim.de>

Marking the pci_device_id tables of the pcmcia-subsys as __devinitdata.
Signed-off-by: Henrik kretzschmar <henne@nachtwindheim.de>
---

diff -urN linux-2.6.17-rc2/drivers/pcmcia/i82092.c 
linux/drivers/pcmcia/i82092.c
--- linux-2.6.17-rc2/drivers/pcmcia/i82092.c	2006-04-24 
13:31:00.000000000 +0200
+++ linux/drivers/pcmcia/i82092.c	2006-04-24 17:20:26.000000000 +0200
@@ -30,7 +30,7 @@
  MODULE_LICENSE("GPL");

  /* PCI core routines */
-static struct pci_device_id i82092aa_pci_ids[] = {
+static struct pci_device_id i82092aa_pci_ids[] __devinitdata = {
  	{
  	      .vendor = PCI_VENDOR_ID_INTEL,
  	      .device = PCI_DEVICE_ID_INTEL_82092AA_0,
diff -urN linux-2.6.17-rc2/drivers/pcmcia/pd6729.c 
linux/drivers/pcmcia/pd6729.c
--- linux-2.6.17-rc2/drivers/pcmcia/pd6729.c	2006-04-24 
13:31:00.000000000 +0200
+++ linux/drivers/pcmcia/pd6729.c	2006-04-24 17:20:43.000000000 +0200
@@ -764,7 +764,7 @@
  	return pcmcia_socket_dev_resume(&dev->dev);
  }

-static struct pci_device_id pd6729_pci_ids[] = {
+static struct pci_device_id pd6729_pci_ids[] __devinitdata = {
  	{
  		.vendor		= PCI_VENDOR_ID_CIRRUS,
  		.device		= PCI_DEVICE_ID_CIRRUS_6729,
diff -urN linux-2.6.17-rc2/drivers/pcmcia/ti113x.h 
linux/drivers/pcmcia/ti113x.h
--- linux-2.6.17-rc2/drivers/pcmcia/ti113x.h	2006-04-24 
13:31:00.000000000 +0200
+++ linux/drivers/pcmcia/ti113x.h	2006-04-24 17:21:15.000000000 +0200
@@ -889,7 +889,7 @@
  		.subdevice	= _subdev,			\
  		.driver_data	= ((mask) << 8 | (bits)),	\
  	}
-static struct pci_device_id ene_tune_tbl[] = {
+static struct pci_device_id ene_tune_tbl[] __devinitdata = {
  	/* Echo Audio products based on motorola DSP56301 and DSP56361 */
  	DEVID(PCI_VENDOR_ID_MOTOROLA, 0x1801, 0xECC0, PCI_ANY_ID,
  		ENE_TEST_C9_TLTENABLE | ENE_TEST_C9_PFENABLE, ENE_TEST_C9_TLTENABLE),
diff -urN linux-2.6.17-rc2/drivers/pcmcia/yenta_socket.c 
linux/drivers/pcmcia/yenta_socket.c
--- linux-2.6.17-rc2/drivers/pcmcia/yenta_socket.c	2006-03-20 
06:53:29.000000000 +0100
+++ linux/drivers/pcmcia/yenta_socket.c	2006-04-24 17:21:53.000000000 +0200
@@ -1195,7 +1195,7 @@
  		.driver_data	= CARDBUS_TYPE_##type,	\
  	}

-static struct pci_device_id yenta_table [] = {
+static struct pci_device_id yenta_table[] __devinitdata = {
  	CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_1031, TI),

  	/*
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

  reply	other threads:[~2006-04-24 15:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-24 15:15 [KJ] [PATCH] Marking the pci_device_id tables of the serial-subsys Henne
2006-04-24 15:24 ` Henne [this message]
2006-04-24 15:36 ` [KJ] [PATCH] Marking the pci_device_id tables of the pci-subsystem Henne
2006-04-24 15:57 ` [KJ] [PATCH] Marking the pci_device_id tables of the Greg KH
2006-04-25 11:53 ` [KJ] [PATCH] Marking the pci_device_id tables of the video-subsys Henne
2006-04-25 12:01 ` [KJ] [PATCH] Marking the pci_device_id tables of the parport-subsys Henne
2006-04-25 12:07 ` [KJ] [PATCH] Marking the pci_device_id tables of the parisc-subsys Henne
2006-04-25 12:17 ` [KJ] [PATCH] Marking the pci_device_id tables of the mtd-subsys as Henne
2006-04-25 12:31 ` [KJ] [PATCH] Marking the pci_device_id tables of the message-subsys Henne
2006-04-25 12:49 ` [KJ] [PATCH] Marking the pci_device_id tables od the isdn-subsys as Henne
2006-04-25 13:03 ` [KJ] [PATCH] Marking the pci_device_id tables of the input-subsys Henne
2006-04-25 13:11 ` [KJ] [PATCH] Marking the pci_device_id tables of the Henne
2006-04-25 13:41 ` Henne
2006-04-25 14:36 ` [KJ] [PATCH] Marking the pci_device_id tables of the char-subsys as Henne
2006-04-25 16:31 ` [KJ] [PATCH] Marking the pci_device_id tables of the scsi-subsys as Henne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=444CEDB3.10901@nachtwindheim.de \
    --to=henne@nachtwindheim.de \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.