From a0b1b5edb84fc7299060b07ef5a829caa824a438 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 15 Dec 2014 14:19:43 +0100 Subject: Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM This define was superfluous, undocumented and used inconsistently. --- cpukit/libi2c/libi2c.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpukit/libi2c') diff --git a/cpukit/libi2c/libi2c.h b/cpukit/libi2c/libi2c.h index 14327465e2..27bf94cb97 100644 --- a/cpukit/libi2c/libi2c.h +++ b/cpukit/libi2c/libi2c.h @@ -204,9 +204,8 @@ typedef struct rtems_libi2c_bus_ops_ * (i.e., libi2c) and the minor number encodes a bus# and a i2c address. * * The name will be registered in the filesystem (parent - * directories must exist, also IMFS filesystem must exist see - * CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM). It may be NULL in which case - * the library will pick a default. + * directories must exist, also IMFS filesystem must exist). It may be NULL in + * which case the library will pick a default. * * RETURNS: bus # (>=0) or -1 on error (errno set). */ -- cgit v1.2.3