From patchwork Tue Nov 19 21:56:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 21643 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-vb0-f72.google.com (mail-vb0-f72.google.com [209.85.212.72]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id B0E9823A4E for ; Tue, 19 Nov 2013 21:56:14 +0000 (UTC) Received: by mail-vb0-f72.google.com with SMTP id w5sf1870046vbf.11 for ; Tue, 19 Nov 2013 13:56:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=ALwq/KgEemHOoBoB2XzXokW9gHQhdO1HMnIn2ZKTUfU=; b=jrYNwW/VTfoYQNSXhETap/xwkhaVbQBGUeyfpHOZl69dWh51uDs+NZ70X1EePVLAjN 0VmVWJskGBYs9ajSjmMIdqVzMKy0P7iFA6X5tFePKceZieQhUL1c6n7e6ZZJXGe01Oyg rZWpIffVqejff6T0e3poZ0HjIW5FOmiMXCAyNZkyOM9W9iZ60fZUpDxS/YmdSuHnxdMP q60GgT5MYHZplLIWDoUz7TFh+ZPN1ldb4HxudRR72bJFkpiG7xhs0J99+Z8HTxFemKrm IMAYcGnFmLGeXyEUJo3pnA2FWe157H8b32IVMmNZ3MSDsT5u66O6NrYKzgI0OniN73yN ew4w== X-Gm-Message-State: ALoCoQmBnrlRcpL2ZYM9v8to+PP49n88gO+bwM1tSqQB501qhMnj0V+9ETkqnlgcUuqoK6ppQW8l X-Received: by 10.236.165.133 with SMTP id e5mr592824yhl.31.1384898174047; Tue, 19 Nov 2013 13:56:14 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.105.34 with SMTP id gj2ls3351682qeb.52.gmail; Tue, 19 Nov 2013 13:56:13 -0800 (PST) X-Received: by 10.221.51.206 with SMTP id vj14mr23192966vcb.17.1384898173895; Tue, 19 Nov 2013 13:56:13 -0800 (PST) Received: from mail-vb0-f44.google.com (mail-vb0-f44.google.com [209.85.212.44]) by mx.google.com with ESMTPS id ch11si8444153ved.139.2013.11.19.13.56.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Nov 2013 13:56:13 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.44 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.212.44; Received: by mail-vb0-f44.google.com with SMTP id w20so2475488vbb.17 for ; Tue, 19 Nov 2013 13:56:13 -0800 (PST) X-Received: by 10.220.64.69 with SMTP id d5mr23396555vci.11.1384898173795; Tue, 19 Nov 2013 13:56:13 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.174.196 with SMTP id u4csp309493vcz; Tue, 19 Nov 2013 13:56:13 -0800 (PST) X-Received: by 10.194.11.67 with SMTP id o3mr23623322wjb.0.1384898172972; Tue, 19 Nov 2013 13:56:12 -0800 (PST) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by mx.google.com with ESMTPS id dl9si5935327wib.55.2013.11.19.13.56.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Nov 2013 13:56:12 -0800 (PST) Received-SPF: neutral (google.com: 74.125.82.51 is neither permitted nor denied by best guess record for domain of linus.walleij@linaro.org) client-ip=74.125.82.51; Received: by mail-wg0-f51.google.com with SMTP id l18so9039wgh.30 for ; Tue, 19 Nov 2013 13:56:12 -0800 (PST) X-Received: by 10.194.48.115 with SMTP id k19mr3224931wjn.47.1384898172455; Tue, 19 Nov 2013 13:56:12 -0800 (PST) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id w20sm1638850wia.5.2013.11.19.13.56.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Nov 2013 13:56:11 -0800 (PST) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Lee Jones Cc: Linus Walleij Subject: [PATCH] ARM: ux500: get rid of unused header Date: Tue, 19 Nov 2013 22:56:08 +0100 Message-Id: <1384898168-12809-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: linus.walleij@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.44 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , This removes the unused inclusion of which is the last user in the entire kernel of this platform data header. Signed-off-by: Linus Walleij --- arch/arm/mach-ux500/board-mop500-audio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-ux500/board-mop500-audio.c b/arch/arm/mach-ux500/board-mop500-audio.c index d52805979851..dc7f90157766 100644 --- a/arch/arm/mach-ux500/board-mop500-audio.c +++ b/arch/arm/mach-ux500/board-mop500-audio.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include "irqs.h"