cirrusfb: add __devinit attribute to probing functions
authorKrzysztof Helt <krzysztof.h1@wp.pl>
Thu, 16 Oct 2008 05:03:39 +0000 (22:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:43 +0000 (11:21 -0700)
commitc395d3e8c7ed6d61ee87cb49187111122c8a499c
tree4b1e7b7f87271e4af80f588435fcb7b4ef78e5ea
parenta1d35a7a50d01b445e29d87f479f8c055a414f7e
cirrusfb: add __devinit attribute to probing functions

Add __devinit attribute to probing functions.  This fixed section mismatch
warning from my previous patch.

Kill one redundant forward declaration.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/cirrusfb.c