Re: [PATCH] parisc: sba_iommu: Remove dead DEBUG_DMB_TRAP code
Helge Deller <[email protected]>
| Newsgroups | org.kernel.vger.linux-parisc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/30/26 11:45, Muhammad Usama Anjum wrote: > DEBUG_DMB_TRAP is unconditionally undefined, so the guarded > declarations and calls can never be built. The declared iterate_pages() > and set_data_memory_break() functions also have no definitions in the > tree; removing the #undef would therefore leave unresolved references. > > Remove the unused option and its guarded code. > > Signed-off-by: Muhammad Usama Anjum <[email protected]> > --- > drivers/parisc/sba_iommu.c | 21 --------------------- > 1 file changed, 21 deletions(-) applied. Thanks! Helge