From 646b19ce778397536aecf321ee976450b11fe0f9 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Wed, 17 Oct 2001 14:34:53 +0000 Subject: [PATCH] o Fix a typo. This should fix devfs support. --- driver/device-mapper/dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/device-mapper/dm.c b/driver/device-mapper/dm.c index 9d08aed34..abd58aaf9 100644 --- a/driver/device-mapper/dm.c +++ b/driver/device-mapper/dm.c @@ -687,7 +687,7 @@ struct mapped_device *dm_find_by_minor(int minor) return md; } -#ifdef CONFIG_DEVFS +#ifdef CONFIG_DEVFS_FS static int register_device(struct mapped_device *md) { md->devfs_entry =