From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 4/4] ASoC: SAMSUNG: Clean-up header includes Date: Fri, 7 Jan 2011 10:38:56 +0000 Message-ID: <20110107103855.GA9209@opensource.wolfsonmicro.com> References: <1294375429-16729-1-git-send-email-sw.youn@samsung.com> <1294376262-18364-1-git-send-email-sw.youn@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id EED7524335 for ; Fri, 7 Jan 2011 11:38:39 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Seungwhan Youn Cc: alsa-devel@alsa-project.org, Jassi Brar , lrg@slimlogic.co.uk, jassi.brar@samsung.com, Seungwhan Youn List-Id: alsa-devel@alsa-project.org On Fri, Jan 07, 2011 at 04:03:46PM +0900, Seungwhan Youn wrote: > As you know, 'include/sound/soc.h' has some general linux's includes. > So I made these sequence to prevent dependency problem, because > reverse including could have some problem, if linux's includes has > their dependencies. If there's dependency problems in the core headers we should just fix those, users shouldn't need to worry about that sort of stuff.