From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from viti.kaiser.cx (viti.kaiser.cx [85.214.81.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2EFB333C3 for ; Sun, 24 Jul 2022 15:59:34 +0000 (UTC) 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 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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