From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754464AbbIJK2c (ORCPT ); Thu, 10 Sep 2015 06:28:32 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:37763 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753762AbbIJK2U (ORCPT ); Thu, 10 Sep 2015 06:28:20 -0400 From: Mike Rapoport To: Greg Kroah-Hartman Cc: Johnny Kim , Rachel Kim , Chris Park , Tony Cho , Glen Lee , Leo Kim , LKML , Mike Rapoport Subject: [PATCH 4/5] staging: wilc1000: make: remove wilc_memory.o from wilc1000-objs Date: Thu, 10 Sep 2015 13:27:56 +0300 Message-Id: <1441880877-3832-5-git-send-email-mike.rapoport@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1441880877-3832-1-git-send-email-mike.rapoport@gmail.com> References: <1441880877-3832-1-git-send-email-mike.rapoport@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The wilc_memory.c only implements wrapper for kmalloc which is not used anymore and it may be removed from the driver Signed-off-by: Mike Rapoport --- drivers/staging/wilc1000/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/Makefile b/drivers/staging/wilc1000/Makefile index 8336a89..bdeffea 100644 --- a/drivers/staging/wilc1000/Makefile +++ b/drivers/staging/wilc1000/Makefile @@ -21,7 +21,7 @@ ccflags-$(CONFIG_WILC1000_DYNAMICALLY_ALLOCATE_MEMROY) += -DWILC_NORMAL_ALLOC wilc1000-objs := wilc_wfi_cfgoperations.o linux_wlan.o linux_mon.o \ - wilc_memory.o wilc_msgqueue.o \ + wilc_msgqueue.o \ coreconfigurator.o host_interface.o \ wilc_sdio.o wilc_spi.o wilc_wlan_cfg.o wilc_debugfs.o -- 2.1.0