OSDN Git Service

staging: most: remove header include path to drivers/staging
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 15 Jan 2020 16:44:51 +0000 (01:44 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Jan 2020 19:56:31 +0000 (20:56 +0100)
commit532c29190795178bb02d2671b5e8a288c16a4649
tree676cb051d87f93e2ce20d2cd47d82455823f8bd6
parent793769120b109e3cec536bb8f5b6f9ef959c315f
staging: most: remove header include path to drivers/staging

There is no need to add "ccflags-y += -I $(srctree)/drivers/staging"
just for including <most/most.h>.

Use the #include "..." directive with the correct relative path.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20200115164451.13203-1-masahiroy@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 files changed:
drivers/staging/most/Makefile
drivers/staging/most/cdev/Makefile
drivers/staging/most/cdev/cdev.c
drivers/staging/most/configfs.c
drivers/staging/most/core.c
drivers/staging/most/dim2/Makefile
drivers/staging/most/dim2/dim2.c
drivers/staging/most/i2c/Makefile
drivers/staging/most/i2c/i2c.c
drivers/staging/most/net/Makefile
drivers/staging/most/net/net.c
drivers/staging/most/sound/Makefile
drivers/staging/most/sound/sound.c
drivers/staging/most/usb/Makefile
drivers/staging/most/usb/usb.c
drivers/staging/most/video/Makefile
drivers/staging/most/video/video.c