9
0
Fork 0

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>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2013-05-07 21:54:27 +02:00 committed by Sascha Hauer
parent 73c6c6da8a
commit ce86baace1
1 changed files with 0 additions and 2 deletions

View File

@ -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;