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 X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 138B3C4741F for ; Fri, 30 Oct 2020 07:48:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B4EE12220B for ; Fri, 30 Oct 2020 07:48:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725993AbgJ3HsN (ORCPT ); Fri, 30 Oct 2020 03:48:13 -0400 Received: from mail-oi1-f193.google.com ([209.85.167.193]:35572 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725784AbgJ3HsN (ORCPT ); Fri, 30 Oct 2020 03:48:13 -0400 Received: by mail-oi1-f193.google.com with SMTP id w191so5856835oif.2; Fri, 30 Oct 2020 00:48:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aUqZb88Q/0ufWYeJ+IWRUs61LFgtSnTkf63Dv6bu7V8=; b=lHCwP4GwwBnJ5+s5JZiF+dKCbpSaOJYzEjyh2FpIp7dwbs1fhyhkIJqokA+airao0/ yLLeHMfBsXl7Qo7+/NMC/df/fWiUDvKDoCvjAAGKgSYYvn4m3ubYBdFRbTuz4qyU+rG4 PTO9h1UvJ65EBQTTWApKS4WC85sOwf1fnXqsUrtCFZn+L2dXAhA1upk3mElLpRcnI23H l3V8o6SQ8lZdbcIb/M0SKXlWSmrkTmYAe6VNmogAQX7HwGdq19TutcRNgbKwhvf9tEUN hY7OrhbQpnt1Cn/3zn4FPEfMyQP/eT4Ryn0AUh4k+ZpcAhEF//6JXTk449mBPMT0Fryq oGuA== X-Gm-Message-State: AOAM5304GdtbpRsL11muXoKM6UjQzOVu81gWn1kNUh2rScKBvufAesSQ o/AV8f3CMSqGkKWzc7oyKl8oFP9B9/fu4j7T601R3kdrk0O2VQ== X-Google-Smtp-Source: ABdhPJyM4/0ApYw24j7hJhvVORFY3r9UAsjCRQf9AbmQ++DpOBDdsns9JiBEZ14reWsk+RiL97ai+YaxCmHoLPd7gYc= X-Received: by 2002:aca:f203:: with SMTP id q3mr694400oih.148.1604043704014; Fri, 30 Oct 2020 00:41:44 -0700 (PDT) MIME-Version: 1.0 References: <20201030002850.6495-1-linus.walleij@linaro.org> In-Reply-To: <20201030002850.6495-1-linus.walleij@linaro.org> From: Geert Uytterhoeven Date: Fri, 30 Oct 2020 08:41:32 +0100 Message-ID: Subject: Re: [PATCH] fbdev/sh_mobile: Drop unused include To: Linus Walleij Cc: Bartlomiej Zolnierkiewicz , Linux Fbdev development list , DRI Development , Magnus Damm , Linux-Renesas Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org On Fri, Oct 30, 2020 at 1:30 AM Linus Walleij wrote: > The driver includes but doesn't use any symbols > from this file. > > Cc: Magnus Damm > Cc: Geert Uytterhoeven > Cc: linux-renesas-soc@vger.kernel.org > Signed-off-by: Linus Walleij Reviewed-by: Geert Uytterhoeven Tested-by: Geert Uytterhoeven on r8a77440/armadillo, where this is the last piece of non-DT support. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds