Back out some incorrect conditional compilation

This commit is contained in:
Gregory Nutt
2014-12-26 10:26:52 -06:00
parent 25d685c77f
commit 33bcb5dbca
-2
View File
@@ -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 */
};