parport: section fixup
authorDavid Brownell <david-b@pacbell.net>
Wed, 13 Feb 2008 23:03:21 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 14 Feb 2008 00:21:19 +0000 (16:21 -0800)
commit55265b00ad423898bb743bce515f073c3f290bdb
tree9482ac39aaa40c3af63c5dc48c38c8af674f0840
parentdf24d9a6a9014010513d6af1105f4de05c504a4b
parport: section fixup

Fix section warning for parport_ECP_supported(); it's called from a routine
exported to modules, so it can't be removed with __devinit section pruning.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/parport/parport_pc.c