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

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.org


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ab5caf34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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"