diff options
Diffstat (limited to 'board/esd/dasa_sim/cmd_dasa_sim.c')
| -rw-r--r-- | board/esd/dasa_sim/cmd_dasa_sim.c | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/board/esd/dasa_sim/cmd_dasa_sim.c b/board/esd/dasa_sim/cmd_dasa_sim.c index 001480876..ccea7152c 100644 --- a/board/esd/dasa_sim/cmd_dasa_sim.c +++ b/board/esd/dasa_sim/cmd_dasa_sim.c @@ -30,10 +30,6 @@  #define OK 0  #define ERROR (-1) -#define TRUE 1 -#define FALSE 0 - -  extern u_long pci9054_iobase; @@ -97,7 +93,7 @@ static int PciEepromWriteLongVPD (int offs, unsigned int value)  		}  	} -	return TRUE; +	return true;  } |