Received: by 2002:ac0:da4c:0:0:0:0:0 with SMTP id a12csp2138523imi; Sun, 24 Jul 2022 08:38:31 -0700 (PDT) X-Google-Smtp-Source: AGRyM1uPM9K9QQQ5SB0Rxcy/NtyXp01tsR9LVpi8YpLBIF9K9NISFdomWoaOZOomwvkcaoqiIw5F X-Received: by 2002:a17:902:d142:b0:16d:95f:9239 with SMTP id t2-20020a170902d14200b0016d095f9239mr8833967plt.172.1658677111309; Sun, 24 Jul 2022 08:38:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1658677111; cv=none; d=google.com; s=arc-20160816; b=KOFHkzpNhSjx7b/szJx5h7kOTo3f146gQ/N15/0O0NklzpbY2tfDIe9TuQYIYFdfAm MUahlUMOeQhZ3K+Inu53hhJBfBaY99QjK0K5NJe9P7WfdSRargeVys35oKqThVykkne/ vH0c+zx9xoRL34esPg5OoZMi0XJUO8/rivJs4ZElTo0aqEDSkfUzfGP7zWt21x+hee8h Y7c3QO8Y5GrmCxsZ+HOML2tTlMC/QrQunTpWzp4LQWYzx6N/Udpaju3nFhDhvWiDTyWK sxXsSKXEDbpSLd0xsu+i4/jWY/cK20soIAcpKk441Wlf7ZR5teOfaqRjYlitFYJtyktt BBdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Qqrh4WI9TMDAtn5nPcivr64mVMgh9B+P6TOGKLIqoXw=; b=PJScz4kDb5bQroN0SOOb8GrNcpUmetKwQmmLtjRco7ucTi1GldBWyPMLGQbnbB7sI7 WKRRTKnSSqTH6U8+l5GR1hpP/c03gV9vj9L2YMTIW3oArEY2Io6VH4CXVgYUrUKYMqqf LgkQdWdLj3CkpUkwEG1/V0E79rpvy3ac9Gdpj9TvCu+vsr/LZFgAcffDA5CAM/qRn/gj B7gZKx1qQPZ0rLQjieU/UK/DSeWfNB3wFt9N8shKM8qNE8XbhkJEemw3OnqacDFeuQKD C3RcPiKvTqMuU/mR/czLMFkaBiMjtH/16/9L3RtMSn1fnd8zFbcT47DfkjKbaLmPvF38 VROA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id e11-20020a17090a4a0b00b001f02e5a1428si10238350pjh.105.2022.07.24.08.38.16; Sun, 24 Jul 2022 08:38:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234272AbiGXPev (ORCPT + 99 others); Sun, 24 Jul 2022 11:34:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbiGXPet (ORCPT ); Sun, 24 Jul 2022 11:34:49 -0400 Received: from viti.kaiser.cx (viti.kaiser.cx [IPv6:2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17155C64 for ; Sun, 24 Jul 2022 08:34:49 -0700 (PDT) Received: from dslb-178-004-201-227.178.004.pools.vodafone-ip.de ([178.4.201.227] helo=martin-debian-2.paytec.ch) by viti.kaiser.cx with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1oFdcv-0004Lf-3T; Sun, 24 Jul 2022 17:34:41 +0200 From: Martin Kaiser To: Greg Kroah-Hartman Cc: Larry Finger , Phillip Potter , Michael Straube , Pavel Skripkin , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Martin Kaiser Subject: [PATCH 0/2] staging: r8188eu: remove two unused function prototypes Date: Sun, 24 Jul 2022 17:33:47 +0200 Message-Id: <20220724153349.138741-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I forgot to remove the prototypes of OnAtim and DoReserved when those functions were removed. Here's two patches to fix this. Martin Kaiser (2): staging: r8188eu: remove OnAtim prototype staging: r8188eu: remove DoReserved prototype drivers/staging/r8188eu/include/rtw_mlme_ext.h | 4 ---- 1 file changed, 4 deletions(-) -- 2.30.2