Re: [PATCH v2] drm/gma500: Remove unused mrst_clock_funcs

2025-03-07 Thread Dr. David Alan Gilbert
* Patrik Jakobsson (patrik.r.jakobs...@gmail.com) wrote: > On Thu, Mar 6, 2025 at 4:52 PM wrote: > > > > From: "Dr. David Alan Gilbert" > > > > The mrst_clock_funcs const was added in 2013 by > > commit ac6113ebb70d ("drm/gma500/mrst: Add SDVO clock calculation") > > and commented as 'Not used ye

Re: [PATCH v2] drm/gma500: Remove unused mrst_clock_funcs

2025-03-07 Thread Patrik Jakobsson
On Thu, Mar 6, 2025 at 4:52 PM wrote: > > From: "Dr. David Alan Gilbert" > > The mrst_clock_funcs const was added in 2013 by > commit ac6113ebb70d ("drm/gma500/mrst: Add SDVO clock calculation") > and commented as 'Not used yet'. > > It's not been used since, so remove it. > The helper functions

[PATCH v2] drm/gma500: Remove unused mrst_clock_funcs

2025-03-06 Thread linux
From: "Dr. David Alan Gilbert" The mrst_clock_funcs const was added in 2013 by commit ac6113ebb70d ("drm/gma500/mrst: Add SDVO clock calculation") and commented as 'Not used yet'. It's not been used since, so remove it. The helper functions it points to are still used elsewhere. Signed-off-by: