From eedce63bd69168bae81a6bfef7c5a1e62598b898 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 21 Apr 2015 09:18:31 -0600 Subject: [PATCH] SAMA5 EHCI: Remove unused variable from structure --- arch/arm/src/sama5/sam_ehci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/src/sama5/sam_ehci.c b/arch/arm/src/sama5/sam_ehci.c index 9dec514728..c237d79f1d 100644 --- a/arch/arm/src/sama5/sam_ehci.c +++ b/arch/arm/src/sama5/sam_ehci.c @@ -224,7 +224,6 @@ struct sam_rhport_s /* Root hub port status */ volatile bool connected; /* Connected to device */ - volatile bool lowspeed; /* Low speed device attached */ uint8_t rhpndx; /* Root hub port index */ struct sam_epinfo_s ep0; /* EP0 endpoint info */ @@ -2669,7 +2668,6 @@ static inline void sam_portsc_bottomhalf(void) rhpndx+1, g_ehci.pscwait); rhport->connected = false; - rhport->lowspeed = false; /* Are we bound to a class instance? */