LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] ide/ppc/pmac.c section fixes
@ 2008-01-30 20:03 Adrian Bunk
2008-02-01 22:49 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-01-30 20:03 UTC (permalink / raw)
To: bzolnier; +Cc: linux-ide, linux-kernel
This patch fixes the following section mismatch:
<-- snip -->
...
WARNING: vmlinux.o(.text+0x3b641c): Section mismatch in reference from the function .pmac_ide_setup_device() to the function .init.text:.pmac_ide_setup_dma()
...
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
drivers/ide/ppc/pmac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
400d1da2f5d6ea50d75a075ed230c244d1631f4a
diff --git a/drivers/ide/ppc/pmac.c b/drivers/ide/ppc/pmac.c
index 736d12c..7aa160e 100644
--- a/drivers/ide/ppc/pmac.c
+++ b/drivers/ide/ppc/pmac.c
@@ -1011,7 +1011,7 @@ pmac_ide_do_resume(ide_hwif_t *hwif)
* (it is kept in 2.4). This introduce an interface numbering change on some
* rare machines unfortunately, but it's better this way.
*/
-static int
+static int __devinit
pmac_ide_setup_device(pmac_ide_hwif_t *pmif, ide_hwif_t *hwif, hw_regs_t *hw)
{
struct device_node *np = pmif->node;
@@ -1726,7 +1726,7 @@ pmac_ide_dma_lost_irq (ide_drive_t *drive)
* Allocate the data structures needed for using DMA with an interface
* and fill the proper list of functions pointers
*/
-static void __init
+static void __devinit
pmac_ide_setup_dma(pmac_ide_hwif_t *pmif, ide_hwif_t *hwif)
{
/* We won't need pci_dev if we switch to generic consistent
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] ide/ppc/pmac.c section fixes
2008-01-30 20:03 [2.6 patch] ide/ppc/pmac.c section fixes Adrian Bunk
@ 2008-02-01 22:49 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-02-01 22:49 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-ide, linux-kernel
On Wednesday 30 January 2008, Adrian Bunk wrote:
> This patch fixes the following section mismatch:
>
> <-- snip -->
>
> ...
> WARNING: vmlinux.o(.text+0x3b641c): Section mismatch in reference from the function .pmac_ide_setup_device() to the function .init.text:.pmac_ide_setup_dma()
> ...
>
> <-- snip -->
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
applied
[ thanks for all patches, especially for fixup-after-Bart ones ;) ]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-01 22:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-30 20:03 [2.6 patch] ide/ppc/pmac.c section fixes Adrian Bunk
2008-02-01 22:49 ` Bartlomiej Zolnierkiewicz
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).