]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] mdacon: fix __init section warnings
authorFrederik Deweerdt <deweerdt@free.fr>
Sun, 30 Jul 2006 10:03:46 +0000 (03:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Jul 2006 20:28:40 +0000 (13:28 -0700)
commit7ca7b5c42e783b74a57387418bfcfea072fc46d6
tree6dfb6066c79668104f353d804effbd511b74c44c
parent9578bcf4ecaf447cb4bb0891309fad73ff5c00e3
[PATCH] mdacon: fix __init section warnings

WARNING: drivers/video/console/mdacon.o - Section mismatch: reference to .init.text: from .text between 'mdacon_startup' (at offset 0x123) and 'mdacon_init'
WARNING: drivers/video/console/mdacon.o - Section mismatch: reference to .init.text: from .text between 'mdacon_startup' (at offset 0x18b) and 'mdacon_init'

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/mdacon.c