Commit e895bc1e authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Greg Kroah-Hartman

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20200110135615.11617-1-masahiroy@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ab5caf34
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment