diff options
Diffstat (limited to 'firmware/target/arm')
-rw-r--r-- | firmware/target/arm/imx31/mc13783-imx31.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/mc13783-imx31.c b/firmware/target/arm/imx31/mc13783-imx31.c index 006b065ea5..094fbaa58b 100644 --- a/firmware/target/arm/imx31/mc13783-imx31.c +++ b/firmware/target/arm/imx31/mc13783-imx31.c | |||
@@ -31,7 +31,7 @@ extern struct spi_node mc13783_spi; | |||
31 | 31 | ||
32 | /* PMIC event service data */ | 32 | /* PMIC event service data */ |
33 | static int mc13783_thread_stack[DEFAULT_STACK_SIZE/sizeof(int)]; | 33 | static int mc13783_thread_stack[DEFAULT_STACK_SIZE/sizeof(int)]; |
34 | static const char *mc13783_thread_name = "pmic"; | 34 | static const char * const mc13783_thread_name = "pmic"; |
35 | static struct semaphore mc13783_svc_wake; | 35 | static struct semaphore mc13783_svc_wake; |
36 | 36 | ||
37 | /* Synchronous thread communication objects */ | 37 | /* Synchronous thread communication objects */ |