From patchwork Thu Jul 25 00:28:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Santosh Shilimkar X-Patchwork-Id: 261566 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 39FEF2C0040 for ; Thu, 25 Jul 2013 10:29:02 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752872Ab3GYA2x (ORCPT ); Wed, 24 Jul 2013 20:28:53 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:42644 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753048Ab3GYA2w (ORCPT ); Wed, 24 Jul 2013 20:28:52 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r6P0SRsm008694; Wed, 24 Jul 2013 19:28:27 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r6P0SRcG022168; Wed, 24 Jul 2013 19:28:27 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.2.342.3; Wed, 24 Jul 2013 19:28:27 -0500 Received: from ula0393909.am.dhcp.ti.com (ula0393909.am.dhcp.ti.com [158.218.103.117]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r6P0SNJf030446; Wed, 24 Jul 2013 19:28:26 -0500 From: Santosh Shilimkar To: CC: , Santosh Shilimkar , Sekhar Nori , Wolfram Sang Subject: [PATCH 1/2] i2c: davinci: remove useless mach/hardware include Date: Wed, 24 Jul 2013 20:28:18 -0400 Message-ID: <1374712099-32095-2-git-send-email-santosh.shilimkar@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1374712099-32095-1-git-send-email-santosh.shilimkar@ti.com> References: <1374712099-32095-1-git-send-email-santosh.shilimkar@ti.com> MIME-Version: 1.0 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org This driver no longer uses definitions from mach/hardware.h. On the other hand, including this header breaks this driver on non-davinci platforms which don't have such a header. Fix it. Cc: Sekhar Nori Cc: Wolfram Sang Signed-off-by: Santosh Shilimkar Acked-by: Sekhar Nori --- drivers/i2c/busses/i2c-davinci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-davinci.c b/drivers/i2c/busses/i2c-davinci.c index fa55605..ddaa2a3 100644 --- a/drivers/i2c/busses/i2c-davinci.c +++ b/drivers/i2c/busses/i2c-davinci.c @@ -41,7 +41,6 @@ #include #include -#include #include /* ----- global defines ----------------------------------------------- */