memory: tegra: Make IRQ support opitonal
[linux-2.6-microblaze.git] / drivers / memory / tegra / tegra210.c
index 08f3a08..8ab6498 100644 (file)
@@ -1286,4 +1286,5 @@ const struct tegra_mc_soc tegra210_mc_soc = {
        .reset_ops = &tegra_mc_reset_ops_common,
        .resets = tegra210_mc_resets,
        .num_resets = ARRAY_SIZE(tegra210_mc_resets),
+       .ops = &tegra30_mc_ops,
 };