staging: ion: rockchip: remove unused feature

Remove codes related to:
- DRM
- secure
- psci

They are only required by part of platforms.

Change-Id: Ie03d2637971cdd9fad87b3a5b473566ebc94ac80
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2015-11-26 09:41:32 +08:00
committed by Gerrit Code Review
parent 4c29ea889f
commit de3570a39b
2 changed files with 0 additions and 31 deletions

View File

@@ -31,7 +31,6 @@ enum ion_heap_ids {
ION_VMALLOC_HEAP_ID = 0,
ION_CARVEOUT_HEAP_ID = 2,
ION_CMA_HEAP_ID = 4,
ION_DRM_HEAP_ID = 5,
};
#define ION_HEAP(bit) (1 << (bit))
@@ -49,8 +48,4 @@ struct ion_phys_data {
*/
#define ION_IOC_GET_PHYS _IOWR(ION_IOC_ROCKCHIP_MAGIC, 0, \
struct ion_phys_data)
/**
* Set memory region secured.
*/
#define ION_IOC_SET_SECURED _IOWR(ION_IOC_ROCKCHIP_MAGIC, 1, bool)
#endif