mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 07:30:06 -04:00
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: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6d80d63620
commit
dd4eab3a3a
@@ -34,9 +34,6 @@
|
||||
#ifndef VCHIQ_PAGELIST_H
|
||||
#define VCHIQ_PAGELIST_H
|
||||
|
||||
#ifndef PAGE_SIZE
|
||||
#define PAGE_SIZE 4096
|
||||
#endif
|
||||
#define CACHE_LINE_SIZE 32
|
||||
#define PAGELIST_WRITE 0
|
||||
#define PAGELIST_READ 1
|
||||
|
||||
Reference in New Issue
Block a user