zephyr/subsys
Olivier Martin 7c19e90612 subsys: logging: Mark the local functions as 'static'
After the recent change in `struct log_backend_api` (ie: add
of `init` function), init function can be marked as `static`
as it is only used in the scope of the file.

Signed-off-by: Olivier Martin <olivier.martin@proglove.de>
2018-09-24 22:51:53 +05:30
..
app_memory subsys: app_memory: Fixed the size calculation for power of 2 MPUs 2018-09-20 11:25:53 -04:00
bluetooth Bluetooth: Add API to iterate through existing bonds 2018-09-24 13:27:26 +03:00
console subsys: console: Refactor code to allow per-UART "tty" wrapper 2018-08-16 06:18:50 -07:00
cpp kconfig: Move CPLUSPLUS from root to "Compiler Options" 2018-04-30 13:12:01 -04:00
debug systemview: add support natively using tracing hooks 2018-08-21 05:45:47 -07:00
dfu coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
disk subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
fs shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
logging subsys: logging: Mark the local functions as 'static' 2018-09-24 22:51:53 +05:30
mgmt shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
net net: buf: Use net_buf_add_mem in net_buf_append_bytes 2018-09-24 12:51:11 +03:00
power subsys: power: Add support for pluggable PM policies 2018-09-20 10:20:23 -04:00
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings cmake: settings: Don't add ext nffs include dir to global includes 2018-07-25 08:27:45 -04:00
shell subsys : shell : Added API changing prompt 2018-09-24 13:17:24 +02:00
storage subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
usb coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
CMakeLists.txt shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
Kconfig subsys: power: Add OS managed Power Management framework 2018-08-22 08:07:14 -07:00