cleanup: include/: move pinmux.h to drivers/pinmux.h

move pinmux.h to drivers/pinmux.h and
create a shim for backward-compatibility.

No functional changes to the headers.
A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES.

Related to #16539

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-25 15:53:57 -04:00
commit a8167ab17d
103 changed files with 223 additions and 208 deletions

View file

@ -7,7 +7,7 @@
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <sys/sys_io.h>
#include <pinmux/stm32/pinmux_stm32.h>