From patchwork Thu Oct 29 11:38:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schultz X-Patchwork-Id: 537799 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.osmocom.org (unknown [IPv6:2a01:4f8:191:444b::2:7]) by ozlabs.org (Postfix) with ESMTP id CCE9B140FDA for ; Thu, 29 Oct 2015 22:39:38 +1100 (AEDT) Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by lists.osmocom.org (Postfix) with ESMTP id AA6AE7A55; Thu, 29 Oct 2015 11:39:37 +0000 (UTC) X-Original-To: openbsc@lists.osmocom.org Delivered-To: openbsc@lists.osmocom.org Received: from mail.tpip.net (mail.tpip.net [92.43.49.48]) by lists.osmocom.org (Postfix) with ESMTP id 15FE37A15 for ; Thu, 29 Oct 2015 11:39:35 +0000 (UTC) Received: from office.tpip.net (office.tpip.net [92.43.51.2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tpip.net (Postfix) with ESMTPS id 03BC34F415; Thu, 29 Oct 2015 11:39:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by office.tpip.net (Postfix) with ESMTP id B2016A2F7E; Thu, 29 Oct 2015 12:39:11 +0100 (CET) Received: from office.tpip.net ([127.0.0.1]) by localhost (office.tpip.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id il1Owup-jrd1; Thu, 29 Oct 2015 12:39:11 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by office.tpip.net (Postfix) with ESMTP id 79835A2F7D; Thu, 29 Oct 2015 12:39:11 +0100 (CET) X-Virus-Scanned: amavisd-new at tpip.net Received: from office.tpip.net ([127.0.0.1]) by localhost (office.tpip.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id qWoQ9FYw7Hgt; Thu, 29 Oct 2015 12:39:11 +0100 (CET) Received: from alice.tpip.org (unknown [192.168.13.53]) by office.tpip.net (Postfix) with ESMTPSA id 17FA3A2F7A; Thu, 29 Oct 2015 12:39:11 +0100 (CET) From: Andreas Schultz To: Harald Welte , Pablo Neira Ayuso Subject: [PATCH 3/6] gtp: remove per cpu stats compat ifdef for Linux < 3.13 Date: Thu, 29 Oct 2015 12:38:59 +0100 Message-Id: <1446118742-22809-4-git-send-email-aschultz@tpip.net> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1446118742-22809-1-git-send-email-aschultz@tpip.net> References: <1446118742-22809-1-git-send-email-aschultz@tpip.net> X-BeenThere: openbsc@lists.osmocom.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development of the OpenBSC GSM base station controller List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: openbsc@lists.osmocom.org Errors-To: openbsc-bounces@lists.osmocom.org Sender: "OpenBSC" Signed-off-by: Andreas Schultz --- gtp.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtp.h b/gtp.h index 8422875..5f8d8a2 100644 --- a/gtp.h +++ b/gtp.h @@ -10,10 +10,6 @@ #define UDP_ENCAP_GTP1U 5 #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0) -#define pcpu_sw_netstats pcpu_tstats -#endif - /* general GTP protocol related definitions */ #define GTP0_PORT 3386