From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751430AbcDTQlD (ORCPT ); Wed, 20 Apr 2016 12:41:03 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:57362 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbcDTQlB (ORCPT ); Wed, 20 Apr 2016 12:41:01 -0400 From: Mark Brown To: Lee Jones Cc: linux-kernel@vger.kernel.org, Mark Brown Date: Wed, 20 Apr 2016 17:40:55 +0100 Message-Id: <1461170455-31357-1-git-send-email-broonie@kernel.org> X-Mailer: git-send-email 2.8.0.rc3 X-SA-Exim-Connect-IP: 2a01:348:6:8808:fab::3 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: [PATCH] mfd: tps6105x: Remove linux/regulator/driver.h include X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mezzanine.sirena.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This driver makes no use of linux/regulator/driver.h which should only be used by drivers implementing a regulator. Since it's unlikely to ever need anything from there remove the include. Signed-off-by: Mark Brown --- drivers/mfd/tps6105x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mfd/tps6105x.c b/drivers/mfd/tps6105x.c index 51c54951c220..baa12ea666fb 100644 --- a/drivers/mfd/tps6105x.c +++ b/drivers/mfd/tps6105x.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include -- 2.8.0.rc3