From patchwork Fri Feb 14 08:50:14 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3651391 X-Patchwork-Delegate: broonie@sirena.org.uk Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 5D7BF9F334 for ; Fri, 14 Feb 2014 08:56:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A2DDD20204 for ; Fri, 14 Feb 2014 08:56:15 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 786192020E for ; Fri, 14 Feb 2014 08:56:14 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id A3B9C265373; Fri, 14 Feb 2014 09:56:11 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 519C62652E6; Fri, 14 Feb 2014 09:55:41 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 779722652CD; Fri, 14 Feb 2014 09:55:40 +0100 (CET) Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by alsa0.perex.cz (Postfix) with ESMTP id 8483D2652A6 for ; Fri, 14 Feb 2014 09:55:34 +0100 (CET) Received: by mail-pd0-f170.google.com with SMTP id p10so11790005pdj.1 for ; Fri, 14 Feb 2014 00:55:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=jPMGv7bTwy/xMZcM09FqcWmZw1H+jCaHCs6z8YItQ9Q=; b=flede2x0Rm/L0vW0/DUh/XrWniowu+yes81WzGu029y9BFmNwxQHYd04F3rnmz3RYT /wwHHJYMmnHtT8UI0XAPylb0DrULcGAzOILxYiQSV6Nux2NnwTqGbRTb6fhfQ+kaH90p KX17iC4ol4kT8HIFX0o6XOkB1j9f01zl7+XJvuNuFtQ4e9H3ZDNPmyVwosBbYQ1KZ0GZ Gf3kvDp6YFX4uyWR5WPLu50hmAesIX0VUT5MLdLI0o1QsLQM2ETjl8X+AhJUO98WcjOY idxtVnpbgolS8DzI5WSBlq1EitEdFczg3UaLllBTms2+Ci2QubGO3vLaaGnCd4yV6wx8 t00g== X-Gm-Message-State: ALoCoQkPpB40TJETP07sEWHV8IT/L0ppNbwXQAGBfvFLIvR0S6iMyjKDcio4Z1nJ1TLIO+/ZcbJR X-Received: by 10.68.37.42 with SMTP id v10mr7506277pbj.127.1392368133493; Fri, 14 Feb 2014 00:55:33 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id xs1sm35615850pac.7.2014.02.14.00.55.30 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 14 Feb 2014 00:55:32 -0800 (PST) From: Sachin Kamat To: alsa-devel@alsa-project.org Date: Fri, 14 Feb 2014 14:20:14 +0530 Message-Id: <1392367814-2605-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1392367814-2605-1-git-send-email-sachin.kamat@linaro.org> References: <1392367814-2605-1-git-send-email-sachin.kamat@linaro.org> Cc: sachin.kamat@linaro.org, lgirdwood@gmail.com, broonie@linaro.org Subject: [alsa-devel] [PATCH 2/2] ASoC: s3c24xx: Remove invalid file reference X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Remove file references rendered invalid due to relocation. Signed-off-by: Sachin Kamat --- include/linux/platform_data/asoc-s3c24xx_simtec.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/platform_data/asoc-s3c24xx_simtec.h b/include/linux/platform_data/asoc-s3c24xx_simtec.h index 376af5286a3e..d220e54123aa 100644 --- a/include/linux/platform_data/asoc-s3c24xx_simtec.h +++ b/include/linux/platform_data/asoc-s3c24xx_simtec.h @@ -1,5 +1,4 @@ -/* arch/arm/plat-samsung/include/plat/audio-simtec.h - * +/* * Copyright 2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks