提交 c7dfb031 编写于 作者: L liqiang

Rename include file.

上级 3f88edff
......@@ -22,7 +22,7 @@
#include <linux/slab.h>
#include <linux/cpumask.h>
#include <linux/miscdevice.h>
#include "prefetch_tuning.h"
#include "prefetch_mod.h"
#ifndef is_affinity_mask_valid
#define is_affinity_mask_valid(val) 1
......
......@@ -7,7 +7,7 @@
#include <linux/slab.h>
#include <linux/cpumask.h>
#include <linux/miscdevice.h>
#include "prefetch_tuning.h"
#include "prefetch_mod.h"
#ifdef CONFIG_ARCH_HISI
#define PREFETCH_POLICY_MAX 15
......@@ -168,4 +168,4 @@ void reset_prefetch(void* dummy)
set_prefetch(pcfg);
}
MODULE_LICENSE("GPL");
\ No newline at end of file
MODULE_LICENSE("GPL");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册