From aff3dbda8805e7983702ed3d8b4c07350dd8cb67 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 2 Sep 2015 09:16:04 -0600 Subject: [PATCH] Remove one more unused reference to PCLKSEL --- arch/arm/src/lpc43xx/lpc43_spi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/src/lpc43xx/lpc43_spi.c b/arch/arm/src/lpc43xx/lpc43_spi.c index a54baedd92..c613bd1435 100644 --- a/arch/arm/src/lpc43xx/lpc43_spi.c +++ b/arch/arm/src/lpc43xx/lpc43_spi.c @@ -92,7 +92,6 @@ * use the CCLK undivided to get the SPI_CLOCK. */ -#define SPI_PCLKSET_DIV SYSCON_PCLKSEL_CCLK #define SPI_CLOCK LPC43_CCLK /****************************************************************************