Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1471292 > unrolled thread
| Started by | Mikko Rapeli <mikko.rapeli@iki.fi> |
|---|---|
| First post | 2016-08-28 09:10 +0200 |
| Last post | 2016-08-28 09:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v05 06/72] include/uapi/linux/hsi/cs-protocol.h: include linux/time.h Mikko Rapeli <mikko.rapeli@iki.fi> - 2016-08-28 09:10 +0200
| From | Mikko Rapeli <mikko.rapeli@iki.fi> |
|---|---|
| Date | 2016-08-28 09:10 +0200 |
| Subject | Re: [PATCH v05 06/72] include/uapi/linux/hsi/cs-protocol.h: include linux/time.h |
| Message-ID | <sb2o9-71z-1@gated-at.bofh.it> |
On Mon, Aug 22, 2016 at 10:52:20PM +0200, Sebastian Reichel wrote: > Hi, > > On Mon, Aug 22, 2016 at 08:32:23PM +0200, Mikko Rapeli wrote: > > Fixes userspace compilation errors due to missing timespec definition. > > > > Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi> > > --- > > include/uapi/linux/hsi/cs-protocol.h | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/include/uapi/linux/hsi/cs-protocol.h b/include/uapi/linux/hsi/cs-protocol.h > > index f153d6e..c8d9f08 100644 > > --- a/include/uapi/linux/hsi/cs-protocol.h > > +++ b/include/uapi/linux/hsi/cs-protocol.h > > @@ -26,6 +26,7 @@ > > > > #include <linux/types.h> > > #include <linux/ioctl.h> > > +#include <linux/time.h> > > > > /* chardev parameters */ > > #define CS_DEV_FILE_NAME "/dev/cmt_speech" > > As far as I can see there header file does not use timespec since > I removed it roughly a year ago. Yes, your patch 5023a5ca8e144846ec0646554336000abb11e04f fixes also uapi compilation errors. This patch from me is not needed and even wrong for the API. -Mikko
Back to top | Article view | linux.kernel
csiph-web