From d7be3056def73c0ab53b3907f9a70a73253a5ae9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 20 Oct 2010 07:18:03 -0400 Subject: stdio: constify "name" arg in public api Signed-off-by: Mike Frysinger --- include/iomux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/iomux.h') diff --git a/include/iomux.h b/include/iomux.h index e38a81e775..fcf0f9319e 100644 --- a/include/iomux.h +++ b/include/iomux.h @@ -43,6 +43,6 @@ extern int cd_count[MAX_FILES]; int iomux_doenv(const int, const char *); void iomux_printdevs(const int); -struct stdio_dev *search_device(int, char *); +struct stdio_dev *search_device(int, const char *); #endif /* _IO_MUX_H */ -- cgit v1.2.1