diff options
-rw-r--r-- | include/linux/pxa2xx_ssp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pxa2xx_ssp.h b/include/linux/pxa2xx_ssp.h index 49444203328a..f2b405116166 100644 --- a/include/linux/pxa2xx_ssp.h +++ b/include/linux/pxa2xx_ssp.h | |||
@@ -219,7 +219,7 @@ static inline u32 pxa_ssp_read_reg(struct ssp_device *dev, u32 reg) | |||
219 | return __raw_readl(dev->mmio_base + reg); | 219 | return __raw_readl(dev->mmio_base + reg); |
220 | } | 220 | } |
221 | 221 | ||
222 | #ifdef CONFIG_ARCH_PXA | 222 | #if IS_ENABLED(CONFIG_PXA_SSP) |
223 | struct ssp_device *pxa_ssp_request(int port, const char *label); | 223 | struct ssp_device *pxa_ssp_request(int port, const char *label); |
224 | void pxa_ssp_free(struct ssp_device *); | 224 | void pxa_ssp_free(struct ssp_device *); |
225 | struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node, | 225 | struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node, |