Re: [PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header

2013-08-24 Thread Mike Frysinger
On Thursday 22 August 2013 18:55:45 Andrew Morton wrote: > On Fri, 16 Aug 2013 14:07:09 -0400 Mike Frysinger wrote: > > This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h > > for the definitions. > > > > ... > > > > --- a/include/uapi/linux/cm4000_cs.h > > +++

Re: [PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header

2013-08-24 Thread Mike Frysinger
On Thursday 22 August 2013 18:55:45 Andrew Morton wrote: On Fri, 16 Aug 2013 14:07:09 -0400 Mike Frysinger wrote: This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h for the definitions. ... --- a/include/uapi/linux/cm4000_cs.h +++

Re: [PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header

2013-08-22 Thread Andrew Morton
On Fri, 16 Aug 2013 14:07:09 -0400 Mike Frysinger wrote: > This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h > for the definitions. > > ... > > --- a/include/uapi/linux/cm4000_cs.h > +++ b/include/uapi/linux/cm4000_cs.h > @@ -2,6 +2,7 @@ > #define _UAPI_CM4000_H_ > >

Re: [PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header

2013-08-22 Thread Andrew Morton
On Fri, 16 Aug 2013 14:07:09 -0400 Mike Frysinger vap...@gentoo.org wrote: This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h for the definitions. ... --- a/include/uapi/linux/cm4000_cs.h +++ b/include/uapi/linux/cm4000_cs.h @@ -2,6 +2,7 @@ #define _UAPI_CM4000_H_

[PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header

2013-08-16 Thread Mike Frysinger
This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h for the definitions. Signed-off-by: Mike Frysinger --- include/uapi/linux/cm4000_cs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/cm4000_cs.h b/include/uapi/linux/cm4000_cs.h index

[PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header

2013-08-16 Thread Mike Frysinger
This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h for the definitions. Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/uapi/linux/cm4000_cs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/cm4000_cs.h b/include/uapi/linux/cm4000_cs.h