On Sun, May 31, 2015 at 09:11:54AM +0200, Takashi Iwai wrote:
> At Sat, 30 May 2015 17:38:22 +0200,
> Mikko Rapeli wrote:
> >
> > Fixes userspace compilation errors like:
> >
> > sound/hdspm.h:43:2: error: unknown type name ‘uint32_t’
>
> Hmm, how do you get this error at all?
> The header includes stdint.h for user-space.
Yes, sorry. This patch removes the stdint.h include and uses kernel __u32
types instead. Will fix the commit message. Thanks!
-Mikko