
From: Andrew Morton <akpm@osdl.org>

Cc: Peter Osterlund <petero2@telia.com>

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/block/ioctl.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/block/ioctl.c~packet-driver-ioctl-fix-fix drivers/block/ioctl.c
--- 25/drivers/block/ioctl.c~packet-driver-ioctl-fix-fix	2005-05-15 18:04:59.000000000 -0700
+++ 25-akpm/drivers/block/ioctl.c	2005-05-15 18:04:59.000000000 -0700
@@ -221,6 +221,7 @@ int blkdev_ioctl(struct inode *inode, st
 	}
 	return -ENOTTY;
 }
+EXPORT_SYMBOL(blkdev_ioctl);
 
 /* Most of the generic ioctls are handled in the normal fallback path.
    This assumes the blkdev's low level compat_ioctl always returns
_
