diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/_exports.h | 2 | ||||
| -rw-r--r-- | include/exports.h | 2 | ||||
| -rw-r--r-- | include/pcmcia.h | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/include/_exports.h b/include/_exports.h index eeb65f40a..a0fbf2aba 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 diff --git a/include/exports.h b/include/exports.h index ad20502a6..704b1330b 100644 --- a/include/exports.h +++ b/include/exports.h @@ -26,7 +26,7 @@ void setenv (char *varname, char *varvalue);  #if defined(CONFIG_CMD_I2C)  int i2c_write (uchar, uint, int , uchar* , int);  int i2c_read (uchar, uint, int , uchar* , int); -#endif	/* CFG_CMD_I2C */ +#endif  void app_startup(char **); diff --git a/include/pcmcia.h b/include/pcmcia.h index c028ab735..7305805e4 100644 --- a/include/pcmcia.h +++ b/include/pcmcia.h @@ -306,7 +306,7 @@ typedef struct {  #define CISTPL_IDE_HAS_INDEX	0x20  #define CISTPL_IDE_IOIS16	0x40 -#endif	/* CFG_CMD_PCMCIA || CFG_CMD_IDE && (CONFIG_IDE_8xx_PCCARD || CONFIG_IDE_8xx_DIRECT) */ +#endif  #ifdef	CONFIG_8xx  extern u_int *pcmcia_pgcrx[]; |