diff options
Diffstat (limited to 'common/cmd_ide.c')
| -rw-r--r-- | common/cmd_ide.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 2202009f5..2e45b7044 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -888,7 +888,7 @@ input_swap_data(int dev, ulong *sect_buf, int words)  #endif	/* __LITTLE_ENDIAN || CONFIG_AU1X00 */ -#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) +#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) || defined(CONFIG_SH)  static void  output_data(int dev, ulong *sect_buf, int words)  { @@ -940,7 +940,7 @@ output_data(int dev, ulong *sect_buf, int words)  }  #endif	/* __PPC__ */ -#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) +#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) || defined(CONFIG_SH)  static void  input_data(int dev, ulong *sect_buf, int words)  { |