kernel: move CONFIG_NET_IP_TUNNEL to generic
[openwrt.git] / target / linux / ramips / patches-3.9 / 0109-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch
1 From b9ed5175f31c55122690a3e9af1cea2d1937768d Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Fri, 12 Apr 2013 12:40:23 +0200
4 Subject: [PATCH 109/164] MIPS: ralink: add pci group to struct ralink_pinmux
5
6 This will be used for RT3662/RT3883.
7
8 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
9 Acked-by: John Crispin <blogic@openwrt.org>
10 Patchwork: http://patchwork.linux-mips.org/patch/5173/
11 ---
12  arch/mips/ralink/common.h |    3 +++
13  1 file changed, 3 insertions(+)
14
15 --- a/arch/mips/ralink/common.h
16 +++ b/arch/mips/ralink/common.h
17 @@ -23,6 +23,9 @@ struct ralink_pinmux {
18         struct ralink_pinmux_grp *uart;
19         int uart_shift;
20         void (*wdt_reset)(void);
21 +       struct ralink_pinmux_grp *pci;
22 +       int pci_shift;
23 +       u32 pci_mask;
24  };
25  extern struct ralink_pinmux rt_gpio_pinmux;
26