From 33bcb5dbcad24c81002ed0f47e603e6a069f18df Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 26 Dec 2014 10:26:52 -0600 Subject: [PATCH] Back out some incorrect conditional compilation --- drivers/mtd/ramtron.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mtd/ramtron.c b/drivers/mtd/ramtron.c index 03e2b2b357c..16e8898a419 100644 --- a/drivers/mtd/ramtron.c +++ b/drivers/mtd/ramtron.c @@ -152,9 +152,7 @@ struct ramtron_dev_s uint8_t pageshift; uint16_t nsectors; uint32_t npages; -#ifdef CONFIG_RAMTRON_SETSPEED uint32_t speed; /* Overridable via ioctl */ -#endif FAR const struct ramtron_parts_s *part; /* Part instance */ };