diff options
| author | 2017-02-25 13:25:44 +0000 | |
|---|---|---|
| committer | 2017-03-06 09:17:07 +0100 | |
| commit | dd4eab3a3a3ea108732fe08d3332269e37751c2c (patch) | |
| tree | 4af39a99c74f778e6f109c489c06c99b39e20d8b | |
| parent | staging: vchiq_arm: Include linux/mm.h (diff) | |
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>
| -rw-r--r-- | drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h index 12c304ceb952..926c247fd9d3 100644 --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h @@ -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 |
