diff options
author | Jon Loeliger | 2007-07-09 17:15:49 -0500 |
---|---|---|
committer | Jon Loeliger | 2007-07-09 17:15:49 -0500 |
commit | 639221c76c88215bd55af83ad174fc30d1940f8f (patch) | |
tree | 2f2e4fb3752c8abc551c5647a5366ec0936f63f6 /include/_exports.h | |
parent | c3517f919d0f61650cf3027fd4faf0f631142f6c (diff) |
include/: Remove obsolete references to CONFIG_COMMANDS
Mostly removed from comments here.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/_exports.h')
-rw-r--r-- | include/_exports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/_exports.h b/include/_exports.h index a5799838e00..eeb65f40ae4 100644 --- a/include/_exports.h +++ b/include/_exports.h @@ -15,7 +15,7 @@ EXPORT_FUNC(do_reset) EXPORT_FUNC(getenv) EXPORT_FUNC(setenv) EXPORT_FUNC(simple_strtoul) -#if (CONFIG_COMMANDS & CFG_CMD_I2C) || defined(CONFIG_CMD_I2C) +#if defined(CONFIG_CMD_I2C) EXPORT_FUNC(i2c_write) EXPORT_FUNC(i2c_read) #endif /* CFG_CMD_I2C */ |