staging: vc04_services: remove header include path to vc04_services

Fix up some relative paths in #include "..." directives, and remove
the include path to drivers/staging/vc04_services.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20200110135615.11617-1-masahiroy@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Masahiro Yamada 2020-01-10 22:56:15 +09:00 коммит произвёл Greg Kroah-Hartman
Родитель ab5caf34f5
Коммит e895bc1ebb
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -13,5 +13,5 @@ vchiq-objs := \
obj-$(CONFIG_SND_BCM2835) += bcm2835-audio/
obj-$(CONFIG_VIDEO_BCM2835) += bcm2835-camera/
ccflags-y += -Idrivers/staging/vc04_services -D__VCCOREVER__=0x04000000
ccflags-y += -D__VCCOREVER__=0x04000000

Просмотреть файл

@ -4,8 +4,8 @@
#ifndef VCHI_H_
#define VCHI_H_
#include "interface/vchi/vchi_cfg.h"
#include "interface/vchi/vchi_common.h"
#include "vchi_cfg.h"
#include "vchi_common.h"
/******************************************************************************
* Global defs

Просмотреть файл

@ -3,7 +3,7 @@
#include <linux/module.h>
#include <linux/types.h>
#include "interface/vchi/vchi.h"
#include "../vchi/vchi.h"
#include "vchiq.h"
#include "vchiq_core.h"