diff options
author | Jon Loeliger | 2007-07-10 10:27:39 -0500 |
---|---|---|
committer | Jon Loeliger | 2007-07-10 10:27:39 -0500 |
commit | 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d (patch) | |
tree | b832da8d622e58236d32cf2a796ebd45ab2b8215 /include/_exports.h | |
parent | 079a136c3588814784561d6e4856970ee82d6e2a (diff) |
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
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 eeb65f40ae4..a0fbf2aba36 100644 --- a/include/_exports.h +++ b/include/_exports.h @@ -18,4 +18,4 @@ EXPORT_FUNC(simple_strtoul) #if defined(CONFIG_CMD_I2C) EXPORT_FUNC(i2c_write) EXPORT_FUNC(i2c_read) -#endif /* CFG_CMD_I2C */ +#endif |