aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/s3c24xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/s3c24xx.c')
-rw-r--r--src/flash/nand/s3c24xx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flash/nand/s3c24xx.c b/src/flash/nand/s3c24xx.c
index 2fa18de3..bdeee4f6 100644
--- a/src/flash/nand/s3c24xx.c
+++ b/src/flash/nand/s3c24xx.c
@@ -30,7 +30,6 @@
#include "s3c24xx.h"
-
S3C24XX_DEVICE_COMMAND()
{
*info = NULL;
@@ -77,7 +76,6 @@ int s3c24xx_command(struct nand_device *nand, uint8_t command)
return ERROR_OK;
}
-
int s3c24xx_address(struct nand_device *nand, uint8_t address)
{
struct s3c24xx_nand_controller *s3c24xx_info = nand->controller_priv;