hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/tc/tc.c
....@@ -47,7 +47,7 @@
4747 for (slot = 0; slot < tbus->num_tcslots; slot++) {
4848 slotaddr = tbus->slot_base + slot * slotsize;
4949 extslotaddr = tbus->ext_slot_base + slot * extslotsize;
50
- module = ioremap_nocache(slotaddr, slotsize);
50
+ module = ioremap(slotaddr, slotsize);
5151 BUG_ON(!module);
5252
5353 offset = TC_OLDCARD;