Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bf6e305 authored by Branden Bonaby's avatar Branden Bonaby
Browse files

soc: qcom: Remove unused macros



Refactor watchdog core to remove unused macro constants.

Change-Id: If8517c2c5be519393b8c0394034554533952abd1
Signed-off-by: default avatarBranden Bonaby <bbonaby@codeaurora.org>
parent 70ca2d9b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -27,21 +27,16 @@
#include <linux/cpumask.h>
#include <uapi/linux/sched/types.h>

#define WDT0_ACCSCSSNBARK_INT 0
#define TCSR_WDT_CFG	0x30
#define WDT0_RST	0x04
#define WDT0_EN		0x08
#define WDT0_STS	0x0C
#define WDT0_BARK_TIME	0x10
#define WDT0_BITE_TIME	0x14

#define WDOG_ABSENT	0

#define EN		0
#define UNMASKED_INT_EN 1

#define MASK_SIZE		32
#define MAX_CPU_CTX_SIZE	2048
#define WDT_HZ			32765

static struct msm_watchdog_data *wdog_data;