summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-05-07 21:54:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-08 07:16:40 +0200
commitce86baace15e4fbfa855d7684c7ae9cfa8b7a9f5 (patch)
treec461ade02e10760a39994952c5e7eb74b9d4e8ac
parent73c6c6da8a6d88cf901126519d6c7397c7c46c83 (diff)
downloadbarebox-ce86baace15e4fbfa855d7684c7ae9cfa8b7a9f5.tar.gz
barebox-ce86baace15e4fbfa855d7684c7ae9cfa8b7a9f5.tar.xz
commands/mem.c: drop non used DEVMEM
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--commands/mem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/mem.c b/commands/mem.c
index 7eb60afec3..568050d34b 100644
--- a/commands/mem.c
+++ b/commands/mem.c
@@ -41,8 +41,6 @@
char *mem_rw_buf;
-static char *DEVMEM = "/dev/mem";
-
int open_and_lseek(const char *filename, int mode, loff_t pos)
{
int fd, ret;