From patchwork Mon Jan 15 17:41:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 861011 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zL0z72sQMz9s75 for ; Tue, 16 Jan 2018 04:41:55 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755642AbeAORlx (ORCPT ); Mon, 15 Jan 2018 12:41:53 -0500 Received: from sauhun.de ([88.99.104.3]:40750 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755637AbeAORlv (ORCPT ); Mon, 15 Jan 2018 12:41:51 -0500 Received: from localhost (p54B33866.dip0.t-ipconnect.de [84.179.56.102]) by pokefinder.org (Postfix) with ESMTPSA id AC5AB2C29A5; Mon, 15 Jan 2018 18:41:50 +0100 (CET) From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Russell King , Wolfram Sang Subject: [PATCH] i2c: acorn: remove outdated path from file header Date: Mon, 15 Jan 2018 18:41:39 +0100 Message-Id: <20180115174139.12666-1-wsa@the-dreams.de> X-Mailer: git-send-email 2.11.0 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org That path has gone away for a long time. Move the HW name upwards for a proper header. Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-acorn.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/i2c/busses/i2c-acorn.c b/drivers/i2c/busses/i2c-acorn.c index 9d7be5af2bf2a0..24c13a152558a2 100644 --- a/drivers/i2c/busses/i2c-acorn.c +++ b/drivers/i2c/busses/i2c-acorn.c @@ -1,5 +1,5 @@ /* - * linux/drivers/acorn/char/i2c.c + * ARM IOC/IOMD i2c driver. * * Copyright (C) 2000 Russell King * @@ -7,8 +7,6 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * - * ARM IOC/IOMD i2c driver. - * * On Acorn machines, the following i2c devices are on the bus: * - PCF8583 real time clock & static RAM */