fbdev/m68k: Fix section mismatches in q40fb.c
authorHenrik Kretzschmar <henne@nachtwindheim.de>
Fri, 20 Aug 2010 17:13:24 +0000 (19:13 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 22 Oct 2010 07:43:25 +0000 (09:43 +0200)
commit0c37dd7c41b7391698bbe354b81fe9909c281984
tree771b8454625ca74865fdc1a7e699c4207d7c8e2a
parentc6597dc46121582475358e3d46971902587d02d6
fbdev/m68k: Fix section mismatches in q40fb.c

This patch moves the q40_fix and q40_var structures from .init.data
to .devinit.data.
This is where now the probe function resides, which only uses them.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
drivers/video/q40fb.c