From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1P8Bj9-0005qq-NU for barebox@lists.infradead.org; Tue, 19 Oct 2010 12:55:48 +0000 From: Sascha Hauer Date: Tue, 19 Oct 2010 14:55:19 +0200 Message-Id: <1287492930-15716-32-git-send-email-s.hauer@pengutronix.de> In-Reply-To: <1287492930-15716-1-git-send-email-s.hauer@pengutronix.de> References: <1287492930-15716-1-git-send-email-s.hauer@pengutronix.de> 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 31/42] commands/mem.c: make locally used function static To: barebox@lists.infradead.org Signed-off-by: Sascha Hauer --- commands/mem.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/commands/mem.c b/commands/mem.c index bc84f6d..73bf915 100644 --- a/commands/mem.c +++ b/commands/mem.c @@ -110,7 +110,7 @@ int memory_display(char *addr, ulong offs, ulong nbytes, int size) return 0; } -int open_and_lseek(const char *filename, int mode, off_t pos) +static int open_and_lseek(const char *filename, int mode, off_t pos) { int fd, ret; -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox