]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix section mismatch in pm2fb.o
authorDarren Jenkins <darrenrjenkins@gmail.com>
Thu, 20 Apr 2006 09:43:13 +0000 (02:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 20 Apr 2006 14:54:03 +0000 (07:54 -0700)
commit7db1f22eca64cc61c5e6c882ddf52ac307e89ceb
treec927fbce2d9dd66440ea744682ac364b6de7fd89
parent5f27c565bed65c6406be528f0e79155c2aac9e19
[PATCH] fix section mismatch in pm2fb.o

WARNING: drivers/video/pm2fb.o - Section mismatch: reference
to .init.data: from .text after 'pm2fb_set_par' (at offset 0xd5d)
WARNING: drivers/video/pm2fb.o - Section mismatch: reference
to .init.data: from .text after 'pm2fb_set_par' (at offset 0xd82)

They are caused because pm2fb_set_par() uses lowhsync and lowvsync which
are marked __devinitdata.

Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/pm2fb.c