From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933442AbbDJQFp (ORCPT ); Fri, 10 Apr 2015 12:05:45 -0400 Received: from mga11.intel.com ([192.55.52.93]:24757 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932308AbbDJQFT (ORCPT ); Fri, 10 Apr 2015 12:05:19 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,557,1422950400"; d="scan'208";a="678338831" From: Tom Zanussi To: rostedt@goodmis.org, pebolle@tiscali.nl Cc: linux-kernel@vger.kernel.org, Tom Zanussi Subject: [PATCH 4/4] lib: Remove redundant module.h includes Date: Fri, 10 Apr 2015 11:05:03 -0500 Message-Id: <1f7737141ccfb6639bbf220eda976b2419ceb604.1428678555.git.tom.zanussi@linux.intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org kallsyms.h now includes module.h, so remove module.h includes that were apparently there only to satisfy kallsyms use of MODULE_NAME_LEN. Signed-off-by: Tom Zanussi --- lib/vsprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vsprintf.c b/lib/vsprintf.c index b235c96..a573500 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -17,7 +17,7 @@ */ #include -#include /* for KSYM_SYMBOL_LEN */ +#include /* for KSYM_SYMBOL_LEN */ #include #include #include -- 1.9.3