On 13/03/2015 at 11:21:35 +0100, Daniel Lezcano wrote : > On 03/12/2015 01:07 PM, Alexandre Belloni wrote: > >Remove the mach/hardware dependency to prepare the driver for multiplatform > >support. > >Also switch from setup_irq() to request_irq() > > > >Signed-off-by: Alexandre Belloni <[email protected]> > >--- > > drivers/clocksource/timer-atmel-st.c | 21 +++++++++------------ > > 1 file changed, 9 insertions(+), 12 deletions(-) > > > >diff --git a/drivers/clocksource/timer-atmel-st.c > >b/drivers/clocksource/timer-atmel-st.c > >index 674ef2519d6b..91d6cbb7a56b 100644 > >--- a/drivers/clocksource/timer-atmel-st.c > >+++ b/drivers/clocksource/timer-atmel-st.c > >@@ -31,13 +31,12 @@ > > > > #include <asm/mach/time.h> > > Couldn't the header above be removed ? >
Indeed, it can but that is starting to be further cleanup than I intended ;) I'll send a v6 of that patch for Nicolas to pick. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

