提交 dd4eab3a 编写于 作者: S Stefan Wahren 提交者: Greg Kroah-Hartman

staging: vchiq_arm: Don't define PAGE_SIZE

There is no need to define PAGE_SIZE in the vchiq driver
so remove the define from vchiq_pagelist.h .
Signed-off-by: NStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 6d80d636
...@@ -34,9 +34,6 @@ ...@@ -34,9 +34,6 @@
#ifndef VCHIQ_PAGELIST_H #ifndef VCHIQ_PAGELIST_H
#define VCHIQ_PAGELIST_H #define VCHIQ_PAGELIST_H
#ifndef PAGE_SIZE
#define PAGE_SIZE 4096
#endif
#define CACHE_LINE_SIZE 32 #define CACHE_LINE_SIZE 32
#define PAGELIST_WRITE 0 #define PAGELIST_WRITE 0
#define PAGELIST_READ 1 #define PAGELIST_READ 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册