iomap: iomap should be in obj-y not in lib-y
authorTejun Heo <htejun@gmail.com>
Wed, 31 Jan 2007 13:48:06 +0000 (22:48 +0900)
committerJeff Garzik <jeff@garzik.org>
Fri, 9 Feb 2007 22:39:37 +0000 (17:39 -0500)
commitca2997885219486cf91a369233c909fbd555bdf7
tree8667cd7688cbcfb26b81ce1260f0b97890adfe60
parentfda0efc5977864a90f365aeeb13f2546854e2aa9
iomap: iomap should be in obj-y not in lib-y

devres change moved iomap.o from obj-$(CONFIG_GENERIC_IOMAP) to lib-y
making it not linked if no in-kernel driver uses it.  Fix it.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
lib/Makefile