]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IOC3] Fix section missmatch
authorRalf Baechle <ralf@linux-mips.org>
Sat, 8 Mar 2008 16:58:33 +0000 (16:58 +0000)
committerJeff Garzik <jeff@garzik.org>
Mon, 17 Mar 2008 12:11:41 +0000 (08:11 -0400)
commit725e49c5daab0b011b80907ec21fa68f3ab78633
treecf30db06488b2450c45a5c87c26e5aadc76f2dcc
parent69cac988f2d8506d0b479c5ae7903b9067d7641d
[IOC3] Fix section missmatch

  LD      drivers/net/built-in.o
WARNING: drivers/net/built-in.o(.text+0x3468): Section mismatch in reference fro
m the function ioc3_probe() to the function .devinit.text:ioc3_serial_probe()
The function ioc3_probe() references
the function __devinit ioc3_serial_probe().
This is often because ioc3_probe lacks a __devinit
annotation or the annotation of ioc3_serial_probe is wrong.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ioc3-eth.c