remoteproc: Move handling of cached table to boot/shutdown
[cascardo/linux.git] / include / linux / remoteproc.h
index 4783c8c..d488f9e 100644 (file)
@@ -409,7 +409,6 @@ enum rproc_crash_type {
  * @max_notifyid: largest allocated notify id.
  * @table_ptr: pointer to the resource table in effect
  * @cached_table: copy of the resource table
- * @table_csum: checksum of the resource table
  * @has_iommu: flag to indicate if remote processor is behind an MMU
  */
 struct rproc {
@@ -441,7 +440,6 @@ struct rproc {
        int max_notifyid;
        struct resource_table *table_ptr;
        struct resource_table *cached_table;
-       u32 table_csum;
        bool has_iommu;
        bool auto_boot;
 };