From patchwork Tue Sep 4 22:40:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 1404501 Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id E132440AB4 for ; Tue, 4 Sep 2012 22:40:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757924Ab2IDWkj (ORCPT ); Tue, 4 Sep 2012 18:40:39 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:33213 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757813Ab2IDWkh (ORCPT ); Tue, 4 Sep 2012 18:40:37 -0400 Received: from severn.wwwdotorg.org (unknown [192.168.65.5]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by avon.wwwdotorg.org (Postfix) with ESMTPS id 5B2CF6349; Tue, 4 Sep 2012 16:48:19 -0600 (MDT) Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by severn.wwwdotorg.org (Postfix) with ESMTPSA id 6B454E461E; Tue, 4 Sep 2012 16:40:36 -0600 (MDT) From: Stephen Warren To: Dmitry Torokhov Cc: linux-input@vger.kernel.org, linux-tegra@vger.kernel.org, Stephen Warren Subject: [PATCH] Input: tegra: move platform data header Date: Tue, 4 Sep 2012 16:40:31 -0600 Message-Id: <1346798431-28839-1-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.0.4 X-NVConfidentiality: public X-Virus-Scanned: clamav-milter 0.96.5 at avon.wwwdotorg.org X-Virus-Status: Clean Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org From: Stephen Warren Move the Tegra KBC platform data header out of arch/arm/mach-tegra, as a pre-requisite of single zImage. Signed-off-by: Stephen Warren --- drivers/input/keyboard/tegra-kbc.c | 2 +- .../mach/kbc.h => include/linux/input/tegra_kbc.h | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename arch/arm/mach-tegra/include/mach/kbc.h => include/linux/input/tegra_kbc.h (100%) diff --git a/arch/arm/mach-tegra/include/mach/kbc.h b/include/linux/input/tegra_kbc.h similarity index 100% rename from arch/arm/mach-tegra/include/mach/kbc.h rename to include/linux/input/tegra_kbc.h diff --git a/drivers/input/keyboard/tegra-kbc.c b/drivers/input/keyboard/tegra-kbc.c index 2c1c9ed..5faaf25 100644 --- a/drivers/input/keyboard/tegra-kbc.c +++ b/drivers/input/keyboard/tegra-kbc.c @@ -29,8 +29,8 @@ #include #include #include +#include #include -#include #define KBC_MAX_DEBOUNCE_CNT 0x3ffu