From patchwork Tue Jun 28 12:49:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 924652 Received: from lists.sourceforge.net (lists.sourceforge.net [216.34.181.88]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5SCnY2B006001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Jun 2011 12:49:55 GMT Received: from localhost ([127.0.0.1] helo=sfs-ml-3.v29.ch3.sourceforge.com) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1QbXjS-0002IL-CT; Tue, 28 Jun 2011 12:49:34 +0000 Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1QbXjR-0002ID-Oi for spi-devel-general@lists.sourceforge.net; Tue, 28 Jun 2011 12:49:33 +0000 Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com designates 74.125.82.175 as permitted sender) client-ip=74.125.82.175; envelope-from=jacmet@gmail.com; helo=mail-wy0-f175.google.com; Received: from mail-wy0-f175.google.com ([74.125.82.175]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1QbXjQ-0005rB-Sx for spi-devel-general@lists.sourceforge.net; Tue, 28 Jun 2011 12:49:33 +0000 Received: by wyg30 with SMTP id 30so152678wyg.34 for ; Tue, 28 Jun 2011 05:49:26 -0700 (PDT) Received: by 10.227.158.21 with SMTP id d21mr6397638wbx.26.1309265366763; Tue, 28 Jun 2011 05:49:26 -0700 (PDT) Received: from macbook.be.48ers.dk (191.207-78-194.adsl-fix.skynet.be [194.78.207.191]) by mx.google.com with ESMTPS id fe4sm135164wbb.28.2011.06.28.05.49.25 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Jun 2011 05:49:26 -0700 (PDT) Received: by macbook.be.48ers.dk (Postfix, from userid 1000) id F0F6E7DC5B; Tue, 28 Jun 2011 14:49:20 +0200 (CEST) From: Peter Korsgaard To: ben-linux@fluff.org, grant.likely@secretlab.ca, linux-arm-kernel@lists.infradead.org, spi-devel-general@lists.sourceforge.net Subject: [PATCH 5/5] mach-s3c2410: remove unused spi-gpio.h file Date: Tue, 28 Jun 2011 14:49:17 +0200 Message-Id: <1309265357-15879-6-git-send-email-jacmet@sunsite.dk> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1309265357-15879-1-git-send-email-jacmet@sunsite.dk> References: <1309265357-15879-1-git-send-email-jacmet@sunsite.dk> X-Spam-Score: -1.4 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (jacmet[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL 0.1 AWL AWL: From: address is in the auto white-list X-Headers-End: 1QbXjQ-0005rB-Sx Cc: Peter Korsgaard X-BeenThere: spi-devel-general@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: Linux SPI core/device drivers discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: spi-devel-general-bounces@lists.sourceforge.net X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Tue, 28 Jun 2011 12:49:55 +0000 (UTC) Not used anymore as the spi_s3c24xx_gpio driver is gone (replaced by the generic spi-gpio). Signed-off-by: Peter Korsgaard --- arch/arm/mach-s3c2410/include/mach/spi-gpio.h | 28 ------------------------- 1 files changed, 0 insertions(+), 28 deletions(-) delete mode 100644 arch/arm/mach-s3c2410/include/mach/spi-gpio.h diff --git a/arch/arm/mach-s3c2410/include/mach/spi-gpio.h b/arch/arm/mach-s3c2410/include/mach/spi-gpio.h deleted file mode 100644 index dcef228..0000000 --- a/arch/arm/mach-s3c2410/include/mach/spi-gpio.h +++ /dev/null @@ -1,28 +0,0 @@ -/* arch/arm/mach-s3c2410/include/mach/spi-gpio.h - * - * Copyright (c) 2006 Simtec Electronics - * Ben Dooks - * - * S3C2410 - SPI Controller platform_device info - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. -*/ - -#ifndef __ASM_ARCH_SPIGPIO_H -#define __ASM_ARCH_SPIGPIO_H __FILE__ - -struct s3c2410_spigpio_info { - unsigned long pin_clk; - unsigned long pin_mosi; - unsigned long pin_miso; - - int num_chipselect; - int bus_num; - - void (*chip_select)(struct s3c2410_spigpio_info *spi, int cs); -}; - - -#endif /* __ASM_ARCH_SPIGPIO_H */