Skip to content

Commit d1a7166

Browse files
repo synclinmineswincomputing
authored andcommitted
chore: move es_proc.h to commom dir
Changelogs: 1. move es_proc.h to include/linux/ 2. do not copy header to outside dir Signed-off-by: hejiean <hejiean@eswincomputing.com>
1 parent f68b947 commit d1a7166

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# SPDX-License-Identifier: GPL-2.0
22
obj-$(CONFIG_ESWIN_PROC) += es_proc.o
33
ccflags-y := -DDEBUG
4-
5-
ES_PROC_HEADER := drivers/memory/eswin/es_proc/include/linux
6-
7-
COPY_HEADERS := $(shell cp $(ES_PROC_HEADER)/*.h include/linux)

drivers/memory/eswin/es_proc/es_proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <linux/proc_fs.h>
1717
#include <linux/slab.h>
1818
#include <asm/uaccess.h>
19-
#include "include/linux/es_proc.h"
19+
#include <linux/es_proc.h>
2020

2121
static LIST_HEAD(list);
2222
static es_proc_entry_t *proc_entry = NULL;

drivers/memory/eswin/es_proc/include/linux/es_proc.h renamed to include/linux/es_proc.h

File renamed without changes.

0 commit comments

Comments
 (0)