From patchwork Mon Jun 10 09:47:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2696561 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id A0D8E3FD4F for ; Mon, 10 Jun 2013 09:39:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753128Ab3FJJjh (ORCPT ); Mon, 10 Jun 2013 05:39:37 -0400 Received: from mail-pb0-f42.google.com ([209.85.160.42]:45601 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752980Ab3FJJjh (ORCPT ); Mon, 10 Jun 2013 05:39:37 -0400 Received: by mail-pb0-f42.google.com with SMTP id un1so2910818pbc.1 for ; Mon, 10 Jun 2013 02:39:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=kBh8xnZG0Rja0GuEMqo4J+yWxdgT+93FWeDr3zi+Ppc=; b=aVuaIqiQL5xkZaA87JQw9X7lUdL2mvuYc7+0C17c1cVxiuqpT+Zdn7CxQgXsc/CNnm w0wT+8Cusjak+y0GhrwzR5aFuJR+D8ctR0m9GnSnoDeKeQoPbhKZncpuzrWPf1ATWhGb OmsAw4V1PTkCjsEkuEQ+vn3nxagb7FzYVDatuykhZZ6Ml8c0eUo/CSinnRnGOIhoIyUa lTKbHwvol3ZynhRGsmGYN6qlnB5uVWJGReyXhaQHA4e2uMEvGY+hVLlv2S8GVwC7Dzoz ofjeD6nOjoBTrd1sjf1lgT4Qoo3b+7BqCFTRulSHYsYNWuTOABJg7XE+MN7LlUzAWk4O qhOw== X-Received: by 10.66.145.34 with SMTP id sr2mr6442793pab.94.1370857176563; Mon, 10 Jun 2013 02:39:36 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id wi6sm9846516pbc.22.2013.06.10.02.39.33 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Jun 2013 02:39:35 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: arnd@arndb.de, horms@verge.net.au, laurent.pinchart@ideasonboard.com, olof@lixom.net, Magnus Damm , linux-arm-kernel@lists.infradead.org Date: Mon, 10 Jun 2013 18:47:06 +0900 Message-Id: <20130610094706.20803.55146.sendpatchset@w520> In-Reply-To: <20130610094638.20803.18484.sendpatchset@w520> References: <20130610094638.20803.18484.sendpatchset@w520> Subject: [PATCH 03/03] ARM: shmobile: Remove mach/memory.h Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm Remove mach-shmobile memory.h since it is no longer needed. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/include/mach/memory.h | 7 ------- 1 file changed, 7 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/mach-shmobile/include/mach/memory.h +++ /dev/null 2013-06-03 21:41:10.638032047 +0900 @@ -1,7 +0,0 @@ -#ifndef __ASM_MACH_MEMORY_H -#define __ASM_MACH_MEMORY_H - -#define PLAT_PHYS_OFFSET UL(CONFIG_MEMORY_START) -#define MEM_SIZE UL(CONFIG_MEMORY_SIZE) - -#endif /* __ASM_MACH_MEMORY_H */