From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 10.mo5.mail-out.ovh.net ([46.105.52.148] helo=mo5.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UZo2c-0003VR-82 for barebox@lists.infradead.org; Tue, 07 May 2013 19:59:15 +0000 Received: from mail419.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo5.mail-out.ovh.net (Postfix) with SMTP id BD7E7FF9429 for ; Tue, 7 May 2013 21:58:50 +0200 (CEST) From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 7 May 2013 21:54:27 +0200 Message-Id: <1367956467-2057-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 1/1] commands/mem.c: drop non used DEVMEM To: barebox@lists.infradead.org Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- 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 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox