Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751700AbbFBTTI (ORCPT ); Tue, 2 Jun 2015 15:19:08 -0400 Received: from mail.kapsi.fi ([217.30.184.167]:49223 "EHLO mail.kapsi.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750713AbbFBTTA (ORCPT ); Tue, 2 Jun 2015 15:19:00 -0400 Date: Tue, 2 Jun 2015 22:18:56 +0300 From: Mikko Rapeli To: Takashi Iwai Cc: linux-kernel@vger.kernel.org, Jaroslav Kysela , alsa-devel@alsa-project.org, linux-api@vger.kernel.org Subject: Re: [PATCH 30/98] hdspm.h: use __u8, __u32 and __u64 from linux/types.h Message-ID: <20150602191856.GR12550@lakka.kapsi.fi> References: <1433000370-19509-1-git-send-email-mikko.rapeli@iki.fi> <1433000370-19509-31-git-send-email-mikko.rapeli@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-SA-Exim-Connect-IP: 2001:1bc8:1004::1 X-SA-Exim-Mail-From: mikko.rapeli@iki.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 712 Lines: 20 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/