From patchwork Tue Feb 25 09:40:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3714071 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 4991F9F2ED for ; Tue, 25 Feb 2014 09:46:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8A6F2201BA for ; Tue, 25 Feb 2014 09:46:58 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 5E1842016C for ; Tue, 25 Feb 2014 09:46:57 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id F32972655DD; Tue, 25 Feb 2014 10:46:50 +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, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id B1B6D2651EC; Tue, 25 Feb 2014 10:46:40 +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 49BB42651EC; Tue, 25 Feb 2014 10:46:39 +0100 (CET) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by alsa0.perex.cz (Postfix) with ESMTP id 9F1AF26525B for ; Tue, 25 Feb 2014 10:46:31 +0100 (CET) Received: by mail-pa0-f47.google.com with SMTP id kp14so7823551pab.6 for ; Tue, 25 Feb 2014 01:46:30 -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=bzKfQXAZNBJKD7ACC9p97sGl8G/SLzGJ9wXI3hDyrMiQepPRBi/3VnjQWC67GPBY4S ov2UDpWBrtnzGmSVdKhUkdvnMs8GS1Kgwy1kOZgANyEj2yc9/nK7DMVVU9lbBALFhDyD xQBr9K3QRaFrgmxeruPuJ2IzfoaPWjNej/0hRor8MQerOGtnKHlQDx7MWq1vg8A9KW3S 9Z05HdwHBRS88i/papbByV+xGFTBXLepj9/klV56f8QWPFjFnh+i0KfidyO0xewQp54G 6z4xcHjFzEy+Uc4r1e0VwoY2GWHP2FYkqBPlAqD7gd/+m3TaY9NvDM8Zy0nHnMkolB5s mVXg== X-Gm-Message-State: ALoCoQlEuazAkopJUTDf96aZWuLSc0God1bcyJgGlm2/plRF2iMNXZV3CROYxdf8QhSnAYyVSnw5 X-Received: by 10.68.35.129 with SMTP id h1mr5318248pbj.163.1393321590472; Tue, 25 Feb 2014 01:46:30 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id un5sm139304972pab.3.2014.02.25.01.46.28 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Feb 2014 01:46:29 -0800 (PST) From: Sachin Kamat To: alsa-devel@alsa-project.org Date: Tue, 25 Feb 2014 15:10:40 +0530 Message-Id: <1393321240-7632-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1393321240-7632-1-git-send-email-sachin.kamat@linaro.org> References: <1393321240-7632-1-git-send-email-sachin.kamat@linaro.org> Cc: sachin.kamat@linaro.org, broonie@kernel.org, lgirdwood@gmail.com 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