[PATCH 1/1] commands/mem.c: drop non used DEVMEM
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue May 7 15:54:27 EDT 2013
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
commands/mem.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/commands/mem.c b/commands/mem.c
index 7eb60af..568050d 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;
--
1.7.10.4
More information about the barebox
mailing list