Commit b69260b9 authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman

staging: lustre: obdecho: add include path to Makefile

Rationalize include paths in the obdecho source code files.
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e6f227ef
subdir-ccflags-y += -I$(srctree)/drivers/staging/lustre/include
subdir-ccflags-y += -I$(srctree)/drivers/staging/lustre/lustre/include
obj-$(CONFIG_LUSTRE_FS) += obdecho.o obj-$(CONFIG_LUSTRE_FS) += obdecho.o
obdecho-y := echo_client.o obdecho-y := echo_client.o
...@@ -31,18 +31,18 @@ ...@@ -31,18 +31,18 @@
*/ */
#define DEBUG_SUBSYSTEM S_ECHO #define DEBUG_SUBSYSTEM S_ECHO
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_debug.h" #include <lustre_debug.h>
#include "../include/lprocfs_status.h" #include <lprocfs_status.h>
#include "../include/cl_object.h" #include <cl_object.h>
#include "../include/lustre_fid.h" #include <lustre_fid.h>
#include "../include/lustre_acl.h" #include <lustre_acl.h>
#include "../../include/uapi/linux/lustre/lustre_ioctl.h" #include <uapi/linux/lustre/lustre_ioctl.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "echo_internal.h" #include "echo_internal.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