summaryrefslogtreecommitdiff
path: root/cesar/hal/leon/inc/timer_ctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/leon/inc/timer_ctx.h')
-rw-r--r--cesar/hal/leon/inc/timer_ctx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cesar/hal/leon/inc/timer_ctx.h b/cesar/hal/leon/inc/timer_ctx.h
index 8f3b245a0e..ecf22e7851 100644
--- a/cesar/hal/leon/inc/timer_ctx.h
+++ b/cesar/hal/leon/inc/timer_ctx.h
@@ -18,8 +18,6 @@
#include <cyg/hal/drv_api.h>
#include <cyg/infra/diag.h>
-#include "hal/phy/forward.h"
-
enum leon_timer_status_t
{
LEON_TIMER_STATUS_STOP,
@@ -33,8 +31,6 @@ struct leon_timer_t
leon_timer_status_t status;
/** Function call back to call. */
leon_timer_cb_t cb;
- /** phy context. */
- phy_t *phy;
/** Callback user data. */
void *user_data;