From patchwork Thu Apr 11 21:37:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 2432621 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id D0999DF230 for ; Thu, 11 Apr 2013 21:37:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752441Ab3DKVhn (ORCPT ); Thu, 11 Apr 2013 17:37:43 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:59819 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752119Ab3DKVhm (ORCPT ); Thu, 11 Apr 2013 17:37:42 -0400 Received: from wuerfel.lan (HSI-KBW-095-208-002-043.hsi5.kabel-badenwuerttemberg.de [95.208.2.43]) by mrelayeu.kundenserver.de (node=mreu4) with ESMTP (Nemesis) id 0MOHTM-1UTiZr3x9I-005dZi; Thu, 11 Apr 2013 23:37:40 +0200 From: Arnd Bergmann To: Kukjin Kim Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Arnd Bergmann , Zhang Rui Subject: [PATCH v3 07/10] thermal/exynos: remove unnecessary header inclusions Date: Thu, 11 Apr 2013 23:37:22 +0200 Message-Id: <1365716245-99231-8-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1365716245-99231-1-git-send-email-arnd@arndb.de> References: <1365716245-99231-1-git-send-email-arnd@arndb.de> X-Provags-ID: V02:K0:1CtlMap/AXdajDOYS31BAjv/JU1gflkxSaRv+EbeAt1 V6bF+ZpXBAiRl8Fi0Zjd4+LfkIBre85HIprhtC48mc+/joE++o Ae1FahC3L/NcsRiv9HBjdRNQTuQdIxVon8lnf6EXdcIsm9Iaag PlH5nYqrwEQWIx95ZqkgDCHr6RsMhKY/3V/QrG+4R2vkqX70ye 8Wn/R06mX8ioQfBQEA4cULFw4lPyo/IDRBV/904x1xylD57I1X sVeTdDPTkQ32DEXTJbtyObZyN45kypOmIH/56GpKxou+Q+K9xE b8wtrutI4vxgXyuqrMhS6s4jrvRpnWvjrLOP7A3ZMZJeJWfwvF igZz51MzZNzv4+RkPAVpdo221RLyTnZ9DqC7MzaDT Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org In multiplatform configurations, we cannot include headers provided by only the exynos platform. Fortunately a number of drivers that include those headers do not actually need them, so we can just remove the inclusions. Signed-off-by: Arnd Bergmann Acked-by: Eduardo Valentin Cc: Zhang Rui --- drivers/thermal/exynos_thermal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c index 46568c0..b777ae6 100644 --- a/drivers/thermal/exynos_thermal.c +++ b/drivers/thermal/exynos_thermal.c @@ -39,8 +39,6 @@ #include #include -#include - /* Exynos generic registers */ #define EXYNOS_TMU_REG_TRIMINFO 0x0 #define EXYNOS_TMU_REG_CONTROL 0x20