zephyr/kernel
Daniel Thompson 9a81ffa7ad device: Make device_get_binding() const correct
Currently passing a constant string (other than a string
literal) to device_get_binding() generates a spurious warning.
The warning is spurious because device_get_binding() does not,
nor is it ever likely to, modify its argument. To fix the
warning we modify the prototype to make clear name will never
be modified.

Change-Id: I2df22de61eb2580b2086a685549900d7ed4a322d
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
2016-09-29 13:46:43 +00:00
..
configs unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
microkernel microkernel: remove deprecated task IRQs 2016-09-06 16:15:59 +00:00
nanokernel device: Make device_get_binding() const correct 2016-09-29 13:46:43 +00:00
unified unified: Build kernel objects as a static library 2016-09-28 19:13:36 +00:00
Kconfig unified: Add initialization priority level for kernel objects 2016-09-28 19:13:35 +00:00
Makefile unified/build: allow building the unified kernel 2016-09-13 17:12:55 -04:00