diff options
Diffstat (limited to 'common/altera.c')
| -rw-r--r-- | common/altera.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/common/altera.c b/common/altera.c index a2b5967ec..09dc0b22e 100644 --- a/common/altera.c +++ b/common/altera.c @@ -41,8 +41,6 @@  #define PRINTF(fmt,args...)  #endif -#if defined(CONFIG_FPGA) && defined(CONFIG_FPGA_ALTERA) -  /* Local Static Functions */  static int altera_validate (Altera_desc * desc, const char *fn); @@ -283,5 +281,3 @@ static int altera_validate (Altera_desc * desc, const char *fn)  }  /* ------------------------------------------------------------------------- */ - -#endif /* CONFIG_FPGA & CONFIG_FPGA_ALTERA */ |