arch/arm/src/sama5/sam_adc.c: Remove a warning

This commit is contained in:
Gregory Nutt 2013-10-25 15:18:32 -06:00
parent cf3845919b
commit 6c7528f48c

View File

@ -1083,7 +1083,9 @@ static void sam_adc_rxint(struct adc_dev_s *dev, bool enable)
static int sam_adc_ioctl(struct adc_dev_s *dev, int cmd, unsigned long arg)
{
#ifdef CONFIG_SAMA5_ADC_SWTRIG
struct sam_adc_s *priv = (struct sam_adc_s *)dev->ad_priv;
#endif
int ret = OK;
avdbg("cmd=%d arg=%ld\n", cmd, arg);