memory: tegra: Unify drivers
[sfrench/cifs-2.6.git] / include / soc / tegra / mc.h
index 87668ebab2a1202570177d12ce2e76256e53aace..1bd5aed81868e7e720ec3b785cea2c3c49f3bc15 100644 (file)
@@ -176,6 +176,7 @@ struct tegra_mc_ops {
         * after basic, common set up that is done by the SoC-agnostic bits.
         */
        int (*probe)(struct tegra_mc *mc);
+       void (*remove)(struct tegra_mc *mc);
        int (*suspend)(struct tegra_mc *mc);
        int (*resume)(struct tegra_mc *mc);
        irqreturn_t (*handle_irq)(int irq, void *data);