From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Delvare Subject: [PATCH 1/2] fujitsu-laptop: Drop unneeded include Date: Mon, 17 Mar 2014 12:00:22 +0100 Message-ID: <20140317120022.538264f9@endymion.delvare> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from cantor2.suse.de ([195.135.220.15]:36488 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932482AbaCQLA0 (ORCPT ); Mon, 17 Mar 2014 07:00:26 -0400 Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: platform-driver-x86@vger.kernel.org Cc: Jonathan Woithe , Matthew Garrett The fujitsu-laptop driver includes but doesn't call any of its functions. Drop the unneeded include to avoid unnecessary driver rebuilds. Signed-off-by: Jean Delvare Cc: Jonathan Woithe Cc: Matthew Garrett --- drivers/platform/x86/fujitsu-laptop.c | 1 - 1 file changed, 1 deletion(-) --- linux-3.14-rc6.orig/drivers/platform/x86/fujitsu-laptop.c 2014-03-17 11:31:04.273862743 +0100 +++ linux-3.14-rc6/drivers/platform/x86/fujitsu-laptop.c 2014-03-17 11:31:19.961145958 +0100 @@ -66,7 +66,6 @@ #include #include #include -#include #include #include #if defined(CONFIG_LEDS_CLASS) || defined(CONFIG_LEDS_CLASS_MODULE) -- Jean Delvare SUSE L3 Support