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=-11.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 52EE6C433E6 for ; Wed, 3 Feb 2021 22:18:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 120B264E0F for ; Wed, 3 Feb 2021 22:18:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232552AbhBCWST (ORCPT ); Wed, 3 Feb 2021 17:18:19 -0500 Received: from mail.kernel.org ([198.145.29.99]:47788 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231948AbhBCWSL (ORCPT ); Wed, 3 Feb 2021 17:18:11 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1659F64E0F; Wed, 3 Feb 2021 22:17:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612390650; bh=H9+kAZiZv0en4Z35zepBDF4aYBxLVTPFEZW1bBF7XX4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GHZ3Br14AlK7pMeoKPsB5H1Gl/YYCDJ7fYu1xOpFJNXW3xZ+67daBQjmYpswwoSjb aVqhrno4EUdgGUhGjUiPBw83Tw/FUMcAwnhxqEmgszBIMdZkmmeB9j2QzewCfOseWV RtM+ETC1+ej9ifaWqxnT2n6rI56mtz7uGKTtVnbM= Date: Wed, 3 Feb 2021 23:17:28 +0100 From: Greg Kroah-Hartman To: Scott Branden Cc: Arnd Bergmann , Kees Cook , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, Olof Johansson , Desmond Yan Subject: Re: [PATCH] misc: bcm-vk: only support ttyVK if CONFIG_TTY is set Message-ID: References: <20210203210451.9002-1-scott.branden@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210203210451.9002-1-scott.branden@broadcom.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 03, 2021 at 01:04:51PM -0800, Scott Branden wrote: > Correct compile issue if CONFIG_TTY is not set by > only adding ttyVK devices if CONFIG_BCM_VK_TTY is set. > > Reported-by: Randy Dunlap > Signed-off-by: Scott Branden > > --- > Changes since v3: Is this "v4"? Your subject line doesn't say so :(