X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fiomux.h;h=fcf0f9319e5670cbcb81f16a4d5736373b6a8b95;hb=d4590da43666443aaf0c7c59e5f245352989bd9d;hp=e38a81e77509c881ec20abfb1a9968ae84ce7d50;hpb=a694610d3361465d4c8d27dde72ab8b63d31115e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/iomux.h b/include/iomux.h index e38a81e..fcf0f93 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 */