platform: type fixes
authorAlan Cox <alan@linux.intel.com>
Tue, 13 Sep 2016 22:46:32 +0000 (23:46 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 13 Sep 2016 22:46:32 +0000 (23:46 +0100)
Kernel/platform-coco2/main.c
Kernel/platform-coco3/main.c
Kernel/platform-multicomp09/main.c

index 5697182..293b217 100644 (file)
@@ -18,7 +18,7 @@ void platform_idle(void)
 {
 }
 
-uint8_t platform_param(unsigned char *p)
+uint8_t platform_param(char *p)
 {
     return 0;
 }
index c96f61d..c2459b8 100644 (file)
@@ -81,7 +81,7 @@ void map_init(void)
 }
 
 
-uint8_t platform_param(unsigned char *p)
+uint8_t platform_param(char *p)
 {
        return 0;
 }
index 39fcb74..3cd0338 100644 (file)
@@ -55,7 +55,7 @@ void map_init(void)
 }
 
 
-uint8_t platform_param(unsigned char *p)
+uint8_t platform_param(char *p)
 {
        return 0;
 }