X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fs3c2440_nand.c;h=61aace65e02da2da886b896ab70ce5e513321ba1;hp=862a013d47438cbb524d3935dba77f34594c3ab4;hb=fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1;hpb=0bba832713cca8e5931d5d21f37f526d0a3979cf diff --git a/src/flash/s3c2440_nand.c b/src/flash/s3c2440_nand.c index 862a013d47..61aace65e0 100644 --- a/src/flash/s3c2440_nand.c +++ b/src/flash/s3c2440_nand.c @@ -28,15 +28,8 @@ #include "config.h" #endif -#include "replacements.h" -#include "log.h" - -#include -#include - -#include "nand.h" #include "s3c24xx_nand.h" -#include "target.h" + static int s3c2440_nand_device_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct nand_device_s *device); static int s3c2440_init(struct nand_device_s *device);