From c7377ba3fe9346b407140d0f5e7f33158cbcd301 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 12 Jan 2016 20:50:41 +0000 Subject: kernel: refresh patches for kernel 4.4 Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48222 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../142-reset-use-ENOTSUPP-instead-of-ENOSYS.patch | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'target/linux/sunxi/patches-4.4/142-reset-use-ENOTSUPP-instead-of-ENOSYS.patch') diff --git a/target/linux/sunxi/patches-4.4/142-reset-use-ENOTSUPP-instead-of-ENOSYS.patch b/target/linux/sunxi/patches-4.4/142-reset-use-ENOTSUPP-instead-of-ENOSYS.patch index a80eed4481..665b15b00a 100644 --- a/target/linux/sunxi/patches-4.4/142-reset-use-ENOTSUPP-instead-of-ENOSYS.patch +++ b/target/linux/sunxi/patches-4.4/142-reset-use-ENOTSUPP-instead-of-ENOSYS.patch @@ -13,11 +13,9 @@ Signed-off-by: Philipp Zabel include/linux/reset.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) -diff --git a/drivers/reset/core.c b/drivers/reset/core.c -index 77cfc49..9ab9290 100644 --- a/drivers/reset/core.c +++ b/drivers/reset/core.c -@@ -95,7 +95,7 @@ int reset_control_reset(struct reset_control *rstc) +@@ -95,7 +95,7 @@ int reset_control_reset(struct reset_con if (rstc->rcdev->ops->reset) return rstc->rcdev->ops->reset(rstc->rcdev, rstc->id); @@ -26,7 +24,7 @@ index 77cfc49..9ab9290 100644 } EXPORT_SYMBOL_GPL(reset_control_reset); -@@ -108,7 +108,7 @@ int reset_control_assert(struct reset_control *rstc) +@@ -108,7 +108,7 @@ int reset_control_assert(struct reset_co if (rstc->rcdev->ops->assert) return rstc->rcdev->ops->assert(rstc->rcdev, rstc->id); @@ -35,7 +33,7 @@ index 77cfc49..9ab9290 100644 } EXPORT_SYMBOL_GPL(reset_control_assert); -@@ -121,7 +121,7 @@ int reset_control_deassert(struct reset_control *rstc) +@@ -121,7 +121,7 @@ int reset_control_deassert(struct reset_ if (rstc->rcdev->ops->deassert) return rstc->rcdev->ops->deassert(rstc->rcdev, rstc->id); @@ -44,7 +42,7 @@ index 77cfc49..9ab9290 100644 } EXPORT_SYMBOL_GPL(reset_control_deassert); -@@ -136,7 +136,7 @@ int reset_control_status(struct reset_control *rstc) +@@ -136,7 +136,7 @@ int reset_control_status(struct reset_co if (rstc->rcdev->ops->status) return rstc->rcdev->ops->status(rstc->rcdev, rstc->id); @@ -53,11 +51,9 @@ index 77cfc49..9ab9290 100644 } EXPORT_SYMBOL_GPL(reset_control_status); -diff --git a/include/linux/reset.h b/include/linux/reset.h -index 6db74ad..c4c097d 100644 --- a/include/linux/reset.h +++ b/include/linux/reset.h -@@ -74,7 +74,7 @@ static inline void reset_control_put(struct reset_control *rstc) +@@ -74,7 +74,7 @@ static inline void reset_control_put(str static inline int device_reset_optional(struct device *dev) { @@ -66,7 +62,7 @@ index 6db74ad..c4c097d 100644 } static inline struct reset_control *__must_check reset_control_get( -@@ -94,19 +94,19 @@ static inline struct reset_control *__must_check devm_reset_control_get( +@@ -94,19 +94,19 @@ static inline struct reset_control *__mu static inline struct reset_control *reset_control_get_optional( struct device *dev, const char *id) { -- cgit v1.2.3