aboutsummaryrefslogtreecommitdiff
path: root/src/include/part/init_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/part/init_timer.h')
-rw-r--r--src/include/part/init_timer.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/part/init_timer.h b/src/include/part/init_timer.h
deleted file mode 100644
index 61142964a2..0000000000
--- a/src/include/part/init_timer.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef PART_INIT_TIMER_H
-#define PART_DELAY_H
-
-#if CONFIG_HAVE_INIT_TIMER == 1
-void init_timer(void);
-#else
-#define init_timer() do{} while(0)
-#endif
-
-#endif /* PART_INIT_TIMER_H */