[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <201308241754.41626.vapier@gentoo.org>
Date: Sat, 24 Aug 2013 17:54:12 -0400
From: Mike Frysinger <vapier@...too.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, laforge@...monks.org
Subject: Re: [PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header
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
> > +++ b/include/uapi/linux/cm4000_cs.h
> > @@ -2,6 +2,7 @@
> > #define _UAPI_CM4000_H_
> >
> > #include <linux/types.h>
> > +#include <linux/ioctl.h>
> >
> > #define MAX_ATR 33
>
> I'm assuming this fixes a build error under unknown circumstances, or
> not, or something else?
yes, it's to fix a build error. i don't have any specific source packages that
are known to fail though. just doing analysis of the headers by grep/eye.
-mike
Download attachment "signature.asc " of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists