From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20FE0C43334 for ; Mon, 6 Jun 2022 15:26:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240510AbiFFP0F (ORCPT ); Mon, 6 Jun 2022 11:26:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240610AbiFFPZy (ORCPT ); Mon, 6 Jun 2022 11:25:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6BFAB1CD36E; Mon, 6 Jun 2022 08:25:52 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1069D6154B; Mon, 6 Jun 2022 15:25:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1EFB2C341E8; Mon, 6 Jun 2022 15:25:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654529149; bh=P/ZZQJbpLLBjuQh2G6MF/T6nwAhbQfPWvBqgMsptpx4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Ko5+VusQxc88bi5bLZkz9C30n0GqVEWwi7lPqyCxMEfS/5Lxu+WyJ0VpF6r65BQDX qtn661HpXY3EA4IdaR5thgiryc0rKlBC6axQoiCvV32js/gPV16tk9NxhIc78lRUxk iI50i60mrZNkaNJWyNxg7zWJlZDOgbCdJw5zIVb1wqDd3xnK3smmzpItKxvbqffY5f et/sLiJYChTb4jOOP90CXxzpavDcC31r8kMUxHLEqfMB5kpE0mjSEngFywuK+nHr1t NVdEAjjQdFYcwWGH3ejTLFckd9zf1RuXsXWDbfR28au5aoFCB3Jzj2wMLrA8r//Kvn qm5uA9pEoIQGA== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1nyEby-0012Q9-GE; Mon, 06 Jun 2022 16:25:46 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , "Mauro Carvalho Chehab" , Geert Uytterhoeven , Jens Axboe , linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org Subject: [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver Date: Mon, 6 Jun 2022 16:25:45 +0100 Message-Id: <39b24f99f5b71eb5ac025b438b7eb2a0df2258a1.1654529011.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Since IDE support was deleted by Christoph Hellwig , Jun 16 2021, drop the left-over from README file. Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver") Signed-off-by: Mauro Carvalho Chehab --- To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover. See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/ arch/m68k/q40/README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README index a4991d2d8af6..4db6db54d57a 100644 --- a/arch/m68k/q40/README +++ b/arch/m68k/q40/README @@ -30,9 +30,7 @@ drivers used by the Q40, apart from the very obvious (console etc.): genrtc.c # RTC char/joystick/* # most of this should work, not # in default config.in - block/q40ide.c # startup for ide - ide* # see Documentation/ide/ide.rst - floppy.c # normal PC driver, DMA emu in asm/floppy.h + block/floppy.c # normal PC driver, DMA emu in asm/floppy.h # and arch/m68k/kernel/entry.S # see drivers/block/README.fd net/ne.c -- 2.36.1