aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/timer/sti-timer.c')
-rw-r--r--drivers/timer/sti-timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/timer/sti-timer.c b/drivers/timer/sti-timer.c
index f7f0e72fe1..9def7e02f4 100644
--- a/drivers/timer/sti-timer.c
+++ b/drivers/timer/sti-timer.c
@@ -74,5 +74,4 @@ U_BOOT_DRIVER(sti_timer) = {
74 .priv_auto_alloc_size = sizeof(struct sti_timer_priv), 74 .priv_auto_alloc_size = sizeof(struct sti_timer_priv),
75 .probe = sti_timer_probe, 75 .probe = sti_timer_probe,
76 .ops = &sti_timer_ops, 76 .ops = &sti_timer_ops,
77 .flags = DM_FLAG_PRE_RELOC,
78}; 77};