From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753686AbbIJK2F (ORCPT ); Thu, 10 Sep 2015 06:28:05 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:38319 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751227AbbIJK2E (ORCPT ); Thu, 10 Sep 2015 06:28:04 -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 0/5] staging: wilc1000: remove kmalloc wrappers Date: Thu, 10 Sep 2015 13:27:52 +0300 Message-Id: <1441880877-3832-1-git-send-email-mike.rapoport@gmail.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The wilc_memory.[ch] provide wrappers to kmalloc that effectively boil down to calling to kmalloc with flags=GFP_ATOMIC. Replacing the calls to these wrappers with direct calls to kmalloc allows removal of the wilc_memory.[ch] files. Mike Rapoport (5): staging: wilc1000: host_interface.c: replace WILC_MALLOC with kmalloc staging: wilc1000: wilc_wfi_cfgoperations.c: replace WILC_MALLOC with kmalloc staging: wilc1000: do not include wilc_memory.h staging: wilc1000: make: remove wilc_memory.o from wilc1000-objs staging: wilc1000: remove wilc_memory.[ch] drivers/staging/wilc1000/Makefile | 2 +- drivers/staging/wilc1000/host_interface.c | 145 +++++++++++++--------- drivers/staging/wilc1000/wilc_memory.c | 16 --- drivers/staging/wilc1000/wilc_memory.h | 66 ---------- drivers/staging/wilc1000/wilc_msgqueue.h | 1 - drivers/staging/wilc1000/wilc_oswrapper.h | 3 - drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 56 ++++++--- 7 files changed, 122 insertions(+), 167 deletions(-) delete mode 100644 drivers/staging/wilc1000/wilc_memory.c delete mode 100644 drivers/staging/wilc1000/wilc_memory.h -- 2.1.0