summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.36/031-aligned_u64.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-29 15:00:33 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-29 15:00:33 +0000
commitafab35ea6e8ea901d900672119dec239ef27e26a (patch)
tree8ced7371de81d240795bd32cefde6e9bc16b8d7a /target/linux/generic/patches-2.6.36/031-aligned_u64.patch
parentb2fc0c642344bd94607c6214a0ede5addd3bf5a9 (diff)
linux/2.6.36: R.I.P.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31519 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.36/031-aligned_u64.patch')
-rw-r--r--target/linux/generic/patches-2.6.36/031-aligned_u64.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/generic/patches-2.6.36/031-aligned_u64.patch b/target/linux/generic/patches-2.6.36/031-aligned_u64.patch
deleted file mode 100644
index d0851d8f1..000000000
--- a/target/linux/generic/patches-2.6.36/031-aligned_u64.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/include/linux/if_ppp.h
-+++ b/include/linux/if_ppp.h
-@@ -114,14 +114,14 @@ struct pppol2tp_ioc_stats {
- __u16 tunnel_id; /* redundant */
- __u16 session_id; /* if zero, get tunnel stats */
- __u32 using_ipsec:1; /* valid only for session_id == 0 */
-- aligned_u64 tx_packets;
-- aligned_u64 tx_bytes;
-- aligned_u64 tx_errors;
-- aligned_u64 rx_packets;
-- aligned_u64 rx_bytes;
-- aligned_u64 rx_seq_discards;
-- aligned_u64 rx_oos_packets;
-- aligned_u64 rx_errors;
-+ __aligned_u64 tx_packets;
-+ __aligned_u64 tx_bytes;
-+ __aligned_u64 tx_errors;
-+ __aligned_u64 rx_packets;
-+ __aligned_u64 rx_bytes;
-+ __aligned_u64 rx_seq_discards;
-+ __aligned_u64 rx_oos_packets;
-+ __aligned_u64 rx_errors;
- };
-
- #define ifr__name b.ifr_ifrn.ifrn_name