130bf04e231d82bde95f1b2438c034827a34c337
[openwrt/openwrt.git] / target / linux / sunxi / patches-3.12 / 145-fix-reset-for-all-sunxi.patch
1 From ab2f1e0056db0e5a0717981546a69d5b81439661 Mon Sep 17 00:00:00 2001
2 From: arokux <arokux@gmail.com>
3 Date: Sun, 20 Oct 2013 22:59:01 +0200
4 Subject: [PATCH] reset: Fix mpripard's reset patch
5
6 ---
7 drivers/reset/Makefile | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile
11 index f216b74..cc29832 100644
12 --- a/drivers/reset/Makefile
13 +++ b/drivers/reset/Makefile
14 @@ -1,2 +1,2 @@
15 obj-$(CONFIG_RESET_CONTROLLER) += core.o
16 -obj-$(CONFIG_ARCH_SUNXI) += reset-sun6i.o
17 +obj-$(CONFIG_ARCH_SUNXI) += reset-sunxi.o
18 --
19 1.8.4
20