Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1222093 > unrolled thread

[PATCH 4/5] staging: wilc1000: make: remove wilc_memory.o from wilc1000-objs

Started byMike Rapoport <mike.rapoport@gmail.com>
First post2015-09-10 12:30 +0200
Last post2015-09-10 12:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/5] staging: wilc1000: make: remove wilc_memory.o from wilc1000-objs Mike Rapoport <mike.rapoport@gmail.com> - 2015-09-10 12:30 +0200

#1222093 — [PATCH 4/5] staging: wilc1000: make: remove wilc_memory.o from wilc1000-objs

FromMike Rapoport <mike.rapoport@gmail.com>
Date2015-09-10 12:30 +0200
Subject[PATCH 4/5] staging: wilc1000: make: remove wilc_memory.o from wilc1000-objs
Message-ID<q77h9-74B-27@gated-at.bofh.it>
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 <mike.rapoport@gmail.com>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web