From patchwork Tue Dec 10 02:34:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 3314041 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6CD8CC0D4A for ; Tue, 10 Dec 2013 02:34:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 87D9A202B8 for ; Tue, 10 Dec 2013 02:34:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9D36220272 for ; Tue, 10 Dec 2013 02:34:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751834Ab3LJCer (ORCPT ); Mon, 9 Dec 2013 21:34:47 -0500 Received: from mail-pb0-f51.google.com ([209.85.160.51]:62719 "EHLO mail-pb0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751423Ab3LJCeq (ORCPT ); Mon, 9 Dec 2013 21:34:46 -0500 Received: by mail-pb0-f51.google.com with SMTP id up15so6605640pbc.24 for ; Mon, 09 Dec 2013 18:34:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:subject:user-agent:to:cc:mime-version :content-type; bh=brp+h5e8OwhJIwROHr4j/NF+WNCl+YQB2ctBxJvOO3k=; b=uNXJvluGXbKsaZ9gjfOAkcifPPYjkusa9O3aYNYeZaVZrH5/+jhpHHBqyo0sm9UHLm VJy28g1+qLTBZkpRqQCOGLw3t2/GscBqOfHE7owvvrraZCSl1lVCGVy5MxCCU15Hd/2x 6vMW8BMEf9yMtzc2lFpLDUgCwvpY4nUnjnAPvSdo5m2qnfKulnxBzh0Huec7zm62g31s g+Eq7XEfKSNVoAkdveIsaWq39vgPnuO/uSi3eIYPKsaFaV68wZDeTz2BwAx9ODtV+lXo vtucWDw48QIvnxOOZ+V8uiZQgxXE38dpisOVJL05/LizXsVbzXqBCmIBU5uXYnzoVBst OmCQ== X-Received: by 10.66.27.16 with SMTP id p16mr25181604pag.65.1386642886295; Mon, 09 Dec 2013 18:34:46 -0800 (PST) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id uf2sm21446595pbc.28.2013.12.09.18.34.43 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 09 Dec 2013 18:34:45 -0800 (PST) Date: Mon, 09 Dec 2013 18:34:45 -0800 (PST) Message-ID: <871u1ll9ha.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto Subject: [PATCH] ARM: shmobile: remove unnecessary platform_device as header cleanup User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 To: Simon Cc: Magnus , linux-sh@vger.kernel.org, Kuninori Morimoto MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Kuninori Morimoto 8e0e7aaef3c98c52e85f5640b73ffa82058abcfd (ARM: shmobile: Drop r8a7779_add_device_to_domain()) removed last user of struct platform_device on this header. It is no longer needed Signed-off-by: Kuninori Morimoto --- arch/arm/mach-shmobile/include/mach/r8a7779.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-shmobile/include/mach/r8a7779.h b/arch/arm/mach-shmobile/include/mach/r8a7779.h index 5014145..b40e1363 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7779.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7779.h @@ -11,8 +11,6 @@ enum { HPBDMA_SLAVE_SDHI0_RX, }; -struct platform_device; - struct r8a7779_pm_ch { unsigned long chan_offs; unsigned int chan_bit;