Received: by 10.213.65.68 with SMTP id h4csp1101724imn; Wed, 14 Mar 2018 09:38:17 -0700 (PDT) X-Google-Smtp-Source: AG47ELuG/OUjGU+aPxml7bhuVyPrsw+TzmvIwrfcXeBTsDbqjJtP/p2NoGvcR9p94KSSkmD3tcqf X-Received: by 2002:a17:902:8287:: with SMTP id y7-v6mr4667789pln.85.1521045497632; Wed, 14 Mar 2018 09:38:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521045497; cv=none; d=google.com; s=arc-20160816; b=MXiJFcVE0mEriA+2smzEpgTI4lPS4h788bKT6XRWcKLLAaIylpHId2uifrwwqXuaMk jIPHU/pf9+mO2VlCKuws15Gy13gQ4sms6mxCEVAahMo6TQQCYdWOJwziEL2xydWZwQge 0HhGKZD1GLZon5ox+VXmnIXC7vy7k73dR/f1QhV1pllzUGW6C+AR7nt3jIuk1Dm3PoHY H1s6TFmMDqc60/GV17Vjo13+Rdjuj2aJxxm4Mru0m3Z4q+4RG9hsT+mFeZO+xGOYgcpB nmdC7X0JiWz/IrtctKoCfvUmo8SioDwoFbBkSewD+F8um3nkMgcsyKjLL4kONuyvQ8G3 s0zg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=+sgmAFbA8wE8EO5JI7YcutblRro/5NMDdYAGj5Icg/U=; b=gc5zs76+Xbc8d6A4Kggkpb9SW/eb7z4/ZiYdqcDtu1J8J/stlYjmYWmyp2YXyfy0Kf M+E7zI7pzlD7fSvTtN12gQrX9MME+4VCwSGOApsh6PF/Z0l8Fl/GyH83iojiCbjsEgG3 sQFuSoogmrqD9aJCi+bwISvnT95GieHSbubdNsL4IFjrw9yoTj0U4e8k08me5FaaJ2lu Nquu0Yque6jj/hiTWdnyBAjahB6qIskxkBRQJF9QC1l2VlK2xGbKbFUZKPdXaweh6cFT EGJEbbj3q3Mu4sD9HKx13n3P98jeGfPV+biB+nwggxI0WnQglMeJM0ttah4v/q5iAVF9 AJnw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k20-v6si2181109pls.294.2018.03.14.09.38.02; Wed, 14 Mar 2018 09:38:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752146AbeCNQcv (ORCPT + 99 others); Wed, 14 Mar 2018 12:32:51 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37138 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751776AbeCNQco (ORCPT ); Wed, 14 Mar 2018 12:32:44 -0400 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 08D2710FE; Wed, 14 Mar 2018 16:32:43 +0000 (UTC) Date: Wed, 14 Mar 2018 17:32:43 +0100 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, Jiri Slaby , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 45/47] tty: hvc: remove tile driver Message-ID: <20180314163243.GC4279@kroah.com> References: <20180314153603.3127932-1-arnd@arndb.de> <20180314153603.3127932-46-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180314153603.3127932-46-arnd@arndb.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 14, 2018 at 04:35:58PM +0100, Arnd Bergmann wrote: > The Tile architecture is obsolete and getting removed from the kernel, > this removes the corresponding console driver as well. > > Signed-off-by: Arnd Bergmann > --- > drivers/tty/hvc/Makefile | 1 - > drivers/tty/hvc/hvc_tile.c | 196 --------------------------------------------- > 2 files changed, 197 deletions(-) > delete mode 100644 drivers/tty/hvc/hvc_tile.c Acked-by: Greg Kroah-Hartman