From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754283AbbIJK2S (ORCPT ); Thu, 10 Sep 2015 06:28:18 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:38557 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753762AbbIJK2P (ORCPT ); Thu, 10 Sep 2015 06:28:15 -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 3/5] staging: wilc1000: do not include wilc_memory.h Date: Thu, 10 Sep 2015 13:27:55 +0300 Message-Id: <1441880877-3832-4-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 wilc_memory.h contains declarations of kmalloc wrappers that are not used anymore, therefore including this header is not required Signed-off-by: Mike Rapoport --- drivers/staging/wilc1000/wilc_msgqueue.h | 1 - drivers/staging/wilc1000/wilc_oswrapper.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_msgqueue.h b/drivers/staging/wilc1000/wilc_msgqueue.h index fc65dfe..fb26463 100644 --- a/drivers/staging/wilc1000/wilc_msgqueue.h +++ b/drivers/staging/wilc1000/wilc_msgqueue.h @@ -12,7 +12,6 @@ #include "wilc_platform.h" #include "wilc_errorsupport.h" -#include "wilc_memory.h" /*! * @brief Creates a new Message queue diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h index cb48325..1330ee8 100644 --- a/drivers/staging/wilc1000/wilc_oswrapper.h +++ b/drivers/staging/wilc1000/wilc_oswrapper.h @@ -19,9 +19,6 @@ /* Error reporting and handling support */ #include "wilc_errorsupport.h" -/* Memory support */ -#include "wilc_memory.h" - /* Message Queue */ #include "wilc_msgqueue.h" -- 2.1.0