All of lore.kernel.org
 help / color / mirror / Atom feed
* - change-__init-to-__devinit-for-isp116x_probe.patch removed from -mm tree
@ 2007-02-15  8:51 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-15  8:51 UTC (permalink / raw)
  To: prarit, greg, mm-commits


The patch titled
     change __init to __devinit for isp116x_probe
has been removed from the -mm tree.  Its filename was
     change-__init-to-__devinit-for-isp116x_probe.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: change __init to __devinit for isp116x_probe
From: Prarit Bhargava <prarit@redhat.com>

Change __init to __devinit for isp116x_probe.

Resolves MODPOST warning:

WARNING: drivers/usb/host/isp116x-hcd.o - Section mismatch: reference to
.init.text:isp116x_probe from .data.rel.local between 'isp116x_driver' (at
offset 0x0) and 'isp116x_hc_driver'

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/usb/host/isp116x-hcd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/usb/host/isp116x-hcd.c~change-__init-to-__devinit-for-isp116x_probe drivers/usb/host/isp116x-hcd.c
--- a/drivers/usb/host/isp116x-hcd.c~change-__init-to-__devinit-for-isp116x_probe
+++ a/drivers/usb/host/isp116x-hcd.c
@@ -1577,7 +1577,7 @@ static int isp116x_remove(struct platfor
 
 #define resource_len(r) (((r)->end - (r)->start) + 1)
 
-static int __init isp116x_probe(struct platform_device *pdev)
+static int __devinit isp116x_probe(struct platform_device *pdev)
 {
 	struct usb_hcd *hcd;
 	struct isp116x *isp116x;
_

Patches currently in -mm which might be from prarit@redhat.com are

origin.patch
git-alsa.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-15  8:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15  8:51 - change-__init-to-__devinit-for-isp116x_probe.patch removed from -mm tree akpm

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.