summaryrefslogtreecommitdiff
path: root/mali_pixel/pixel_slc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mali_pixel/pixel_slc.h')
-rw-r--r--mali_pixel/pixel_slc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/mali_pixel/pixel_slc.h b/mali_pixel/pixel_slc.h
index bcaf1ff..40b5ad7 100644
--- a/mali_pixel/pixel_slc.h
+++ b/mali_pixel/pixel_slc.h
@@ -45,12 +45,6 @@ struct slc_partition {
/** @enabled: Is the partition currently enabled */
bool enabled;
-
- /** @refcount: Reference count for this partition */
- atomic_t refcount;
-
- /** @lock: Lock protecting enable/disable ops on this partition */
- spinlock_t lock;
};
/**
@@ -65,9 +59,6 @@ struct slc_data {
/** @dev: Inherited pointer to device attached */
struct device *dev;
-
- /** @disable_work: Work item used to queue lazy SLC partition disable ops. */
- struct delayed_work disable_work;
};
int slc_init_data(struct slc_data *data, struct device* dev);
@@ -78,8 +69,4 @@ u64 slc_set_pbha(struct slc_data const *data, u64 pte);
u64 slc_wipe_pbha(u64 pte);
-void slc_inc_refcount(struct slc_data *data);
-
-void slc_dec_refcount(struct slc_data *data);
-
#endif /* _PIXEL_SLC_H_ */