3c1f6e358d
Patches are generated using the "format-patch" command from the following location: *https://www.codeaurora.org/cgit/quic/kernel/galak-msm/log/?h=apq_ipq_base *rev=0771849495b4128cac2faf7d49c85c729fc48b20 Patches numbered 76/77/102/103 have already been integrated in 3.14.12, so they're not in this list. All these patches are either integrated are pending integration into kernel.org, therefore these patches should go away once the kernel gets upgraded to 3.16. Support is currently limited to AP148 board but can be extended to other platforms in the future. These changes do not cover ethernet connectivity. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 42334
61 lines
1.8 KiB
Diff
61 lines
1.8 KiB
Diff
From d2caa906f865d6919c511a956ae63ab62b240eba Mon Sep 17 00:00:00 2001
|
|
From: Stephen Boyd <sboyd@codeaurora.org>
|
|
Date: Thu, 6 Mar 2014 22:44:42 -0800
|
|
Subject: [PATCH 028/182] pinctrl: msm: Drop unused includes
|
|
|
|
These includes are unused or can be handled via forward
|
|
declarations. Remove them.
|
|
|
|
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
|
Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
|
|
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
|
---
|
|
drivers/pinctrl/pinctrl-msm.c | 1 -
|
|
drivers/pinctrl/pinctrl-msm.h | 5 +----
|
|
drivers/pinctrl/pinctrl-msm8x74.c | 1 -
|
|
3 files changed, 1 insertion(+), 6 deletions(-)
|
|
|
|
diff --git a/drivers/pinctrl/pinctrl-msm.c b/drivers/pinctrl/pinctrl-msm.c
|
|
index 90ac995..4474e00 100644
|
|
--- a/drivers/pinctrl/pinctrl-msm.c
|
|
+++ b/drivers/pinctrl/pinctrl-msm.c
|
|
@@ -28,7 +28,6 @@
|
|
#include <linux/interrupt.h>
|
|
#include <linux/irq.h>
|
|
#include <linux/irqchip/chained_irq.h>
|
|
-#include <linux/of_irq.h>
|
|
#include <linux/spinlock.h>
|
|
|
|
#include "core.h"
|
|
diff --git a/drivers/pinctrl/pinctrl-msm.h b/drivers/pinctrl/pinctrl-msm.h
|
|
index 206e782..8fbe9fb 100644
|
|
--- a/drivers/pinctrl/pinctrl-msm.h
|
|
+++ b/drivers/pinctrl/pinctrl-msm.h
|
|
@@ -13,10 +13,7 @@
|
|
#ifndef __PINCTRL_MSM_H__
|
|
#define __PINCTRL_MSM_H__
|
|
|
|
-#include <linux/pinctrl/pinctrl.h>
|
|
-#include <linux/pinctrl/pinmux.h>
|
|
-#include <linux/pinctrl/pinconf.h>
|
|
-#include <linux/pinctrl/machine.h>
|
|
+struct pinctrl_pin_desc;
|
|
|
|
/**
|
|
* struct msm_function - a pinmux function
|
|
diff --git a/drivers/pinctrl/pinctrl-msm8x74.c b/drivers/pinctrl/pinctrl-msm8x74.c
|
|
index f944bf2..bb5ded69f 100644
|
|
--- a/drivers/pinctrl/pinctrl-msm8x74.c
|
|
+++ b/drivers/pinctrl/pinctrl-msm8x74.c
|
|
@@ -15,7 +15,6 @@
|
|
#include <linux/of.h>
|
|
#include <linux/platform_device.h>
|
|
#include <linux/pinctrl/pinctrl.h>
|
|
-#include <linux/pinctrl/pinmux.h>
|
|
|
|
#include "pinctrl-msm.h"
|
|
|
|
--
|
|
1.7.10.4
|
|
|