Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143135581
D49495.id152740.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1013 B
Referenced Files
None
Subscribers
None
D49495.id152740.diff
View Options
diff --git a/sys/arm/mv/armada/wdt.c b/sys/arm/mv/armada/wdt.c
--- a/sys/arm/mv/armada/wdt.c
+++ b/sys/arm/mv/armada/wdt.c
@@ -56,7 +56,6 @@
#define MV_CLOCK_SRC_ARMV7 25000000 /* Timers' 25MHz mode */
struct mv_wdt_config {
- enum soc_family wdt_soc;
uint32_t wdt_timer;
void (*wdt_enable)(void);
void (*wdt_disable)(void);
@@ -73,7 +72,6 @@
static void mv_wdt_disable_armada_xp(void);
static struct mv_wdt_config mv_wdt_armada_38x_config = {
- .wdt_soc = MV_SOC_ARMADA_38X,
.wdt_timer = 4,
.wdt_enable = &mv_wdt_enable_armada_38x,
.wdt_disable = &mv_wdt_disable_armada_38x,
@@ -81,7 +79,6 @@
};
static struct mv_wdt_config mv_wdt_armada_xp_config = {
- .wdt_soc = MV_SOC_ARMADA_XP,
.wdt_timer = 2,
.wdt_enable = &mv_wdt_enable_armada_xp,
.wdt_disable = &mv_wdt_disable_armada_xp,
@@ -89,7 +86,6 @@
};
static struct mv_wdt_config mv_wdt_armv5_config = {
- .wdt_soc = MV_SOC_ARMV5,
.wdt_timer = 2,
.wdt_enable = &mv_wdt_enable_armv5,
.wdt_disable = &mv_wdt_disable_armv5,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 27, 10:36 AM (4 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28054517
Default Alt Text
D49495.id152740.diff (1013 B)
Attached To
Mode
D49495: arm/mv: Remove wdt_soc, it's unused
Attached
Detach File
Event Timeline
Log In to Comment