On Wednesday 09 December 2015 14:39:30 kbuild test robot wrote:
>    671  }
>    672  
>    673  #ifdef CONFIG_COMPAT
>    674  static long pp_compat_ioctl(struct file *file, unsigned int cmd,
>    675                  unsigned long arg)
>    676  {
>  > 677          return pp_ioctl(file, cmd, (unsigned long)compat_ptr(arg));
>    678  }
>    679  #endif
>    680  
> 

This needs

#include <linux/compat.h>

        Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to